Translate one string

"There doesn't seem to be any media here yet..." is now
translated also here (it's already in the list from another
place).
This commit is contained in:
Elrond 2011-12-25 19:58:37 +01:00
parent 4deda94a38
commit 0c0ab32274

View File

@ -68,7 +68,11 @@
{% endif %} {% endif %}
{% else %} {% else %}
<p> <p>
<i>There doesn't seem to be any media here yet...</i> <i>
{%- trans -%}
There doesn't seem to be any media here yet...
{%- endtrans -%}
</i>
</p> </p>
{% endif %} {% endif %}
{% endmacro %} {% endmacro %}