aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2011-12-25 19:58:37 +0100
committerElrond <elrond+mediagoblin.org@samba-tng.org>2011-12-25 20:12:59 +0100
commit0c0ab3227430b3d55ce9d19b37a01cd2a3c90259 (patch)
treeb4f49deb6d1a9aa0f847319f799e455af385db2e
parent4deda94a380dc4217247b49df6e8a5bce0082ddc (diff)
downloadmediagoblin-0c0ab3227430b3d55ce9d19b37a01cd2a3c90259.tar.lz
mediagoblin-0c0ab3227430b3d55ce9d19b37a01cd2a3c90259.tar.xz
mediagoblin-0c0ab3227430b3d55ce9d19b37a01cd2a3c90259.zip
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).
-rw-r--r--mediagoblin/templates/mediagoblin/utils/object_gallery.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/object_gallery.html b/mediagoblin/templates/mediagoblin/utils/object_gallery.html
index 65ff09a4..b8155f03 100644
--- a/mediagoblin/templates/mediagoblin/utils/object_gallery.html
+++ b/mediagoblin/templates/mediagoblin/utils/object_gallery.html
@@ -68,7 +68,11 @@
{% endif %}
{% else %}
<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>
{% endif %}
{% endmacro %}