Add translation tags; remove unnecessary title attribute from link

This commit is contained in:
Jef van Schendel 2013-02-08 23:30:32 +01:00
parent b78843a840
commit 867f9acdc3

View 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 %}