From: Jef van Schendel Date: Fri, 9 Dec 2011 22:47:11 +0000 (+0100) Subject: Change wording in tags.html X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=de73724066d0fb49b77b53332c80d3cbc5f59221;p=mediagoblin.git Change wording in tags.html --- diff --git a/mediagoblin/templates/mediagoblin/utils/tags.html b/mediagoblin/templates/mediagoblin/utils/tags.html index c7dfc8eb..1f587411 100644 --- a/mediagoblin/templates/mediagoblin/utils/tags.html +++ b/mediagoblin/templates/mediagoblin/utils/tags.html @@ -17,12 +17,12 @@ #} {% block tags_content -%} -

{% trans %}Tagged with{% endtrans %} +

{% trans %}View more media tagged with{% endtrans %} {% for tag in media.tags %} {% if loop.last %} {# the 'and' should only appear if there is more than one tag #} {% if media.tags|length > 1 %} - {% trans %}and{% endtrans %} + {% trans %}or{% endtrans %} {% endif %}