diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2013-02-08 23:30:32 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2013-02-08 23:30:32 +0100 |
commit | 867f9acdc308721ee8c767588be62f3f63effae5 (patch) | |
tree | 6e792f45391d3fc230c3a8db0ce66ea4e73cf9a6 | |
parent | b78843a8402c52b0a6fae1cf31fff44cc1006578 (diff) | |
download | mediagoblin-867f9acdc308721ee8c767588be62f3f63effae5.tar.lz mediagoblin-867f9acdc308721ee8c767588be62f3f63effae5.tar.xz mediagoblin-867f9acdc308721ee8c767588be62f3f63effae5.zip |
Add translation tags; remove unnecessary title attribute from link
-rw-r--r-- | mediagoblin/templates/mediagoblin/utils/collections.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/collections.html b/mediagoblin/templates/mediagoblin/utils/collections.html index 2084b9c5..db23625b 100644 --- a/mediagoblin/templates/mediagoblin/utils/collections.html +++ b/mediagoblin/templates/mediagoblin/utils/collections.html @@ -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 %} |