Change wording in tags.html
authorJef van Schendel <mail@jefvanschendel.nl>
Fri, 9 Dec 2011 22:47:11 +0000 (23:47 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Fri, 9 Dec 2011 22:47:11 +0000 (23:47 +0100)
mediagoblin/templates/mediagoblin/utils/tags.html

index c7dfc8ebcd02debcc6bd8461022ee08181221892..1f5874113d5a909800da399d5ec82882d82f85f2 100644 (file)
 #}
 
 {% block tags_content -%}
-  <p>{% trans %}Tagged with{% endtrans %}
+  <p>{% 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 %}
         <a href="{{ request.urlgen(
                           'mediagoblin.listings.tags_listing',