aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-11-22 22:27:29 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-11-24 10:22:11 -0600
commit4211d0301486d3d2439049be0a15abfbe26280dd (patch)
tree9c199a6e927d10a3fd40d9bcffa41acaba1c1e06
parentdf7e06c40ca6346b7c782dab85b5075f2b646cf3 (diff)
downloadmediagoblin-4211d0301486d3d2439049be0a15abfbe26280dd.tar.lz
mediagoblin-4211d0301486d3d2439049be0a15abfbe26280dd.tar.xz
mediagoblin-4211d0301486d3d2439049be0a15abfbe26280dd.zip
Marking "attachment" stuff for translation (thanks for catching AVRS)
-rw-r--r--mediagoblin/templates/mediagoblin/edit/attachments.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/edit/attachments.html b/mediagoblin/templates/mediagoblin/edit/attachments.html
index 976b1619..641306e8 100644
--- a/mediagoblin/templates/mediagoblin/edit/attachments.html
+++ b/mediagoblin/templates/mediagoblin/edit/attachments.html
@@ -40,7 +40,7 @@
</div>
{% if media.attachment_files|count %}
- <h2>Attachments</h2>
+ <h2>{% trans %}Attachments{% endtrans %}</h2>
<ul>
{% for attachment in media.attachment_files %}
<li>
@@ -53,7 +53,7 @@
</ul>
{% endif %}
- <h2>Add attachment</h2>
+ <h2>{% trans %]Add attachment{% endtrans %}</h2>
{{ wtforms_util.render_divs(form) }}
<div class="form_submit_buttons">
<a href="{{ media.url_for_self(request.urlgen) }}">Cancel</a>