Add translation tags; remove unnecessary title attribute from link
authorJef van Schendel <mail@jefvanschendel.nl>
Fri, 8 Feb 2013 22:30:32 +0000 (23:30 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Fri, 8 Feb 2013 22:30:32 +0000 (23:30 +0100)
mediagoblin/templates/mediagoblin/utils/collections.html

index 2084b9c52a2b728a861bd6660b69e56c2062f2b5..db23625b3733ad08e6ebbb48d48f892eae623165 100644 (file)
@@ -40,9 +40,8 @@
       <a type="submit" href="{{ request.urlgen('mediagoblin.user_pages.media_collect', 
                                   user=media.get_uploader.username,
                                   media=media.id) }}"
-         class="button_action"
-         title="{% trans %}Add media to collection{% endtrans %}">
-        Add to a collection
+         class="button_action">
+        {% trans %}Add to a collection{% endtrans %}
       </a>
     </p>
   {% endif %}