Marking "attachment" stuff for translation (thanks for catching AVRS)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 23 Nov 2012 04:27:29 +0000 (22:27 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 24 Nov 2012 16:22:11 +0000 (10:22 -0600)
mediagoblin/templates/mediagoblin/edit/attachments.html

index 976b1619f3a0cc3626b672b581d7c72debb42b28..641306e8988f0d6cb64cdfa1263d26cc3bfd9fb7 100644 (file)
@@ -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>