aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2013-02-08 22:08:17 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2013-02-08 22:08:17 +0100
commit252de2b8577a33563807cc349f17844caf2191ad (patch)
treed758c469d2f40c19cd24cc6cfeb1c55829f22392
parentfb46fa663dbd80a66a3a5995dfda730dd3fd52a4 (diff)
downloadmediagoblin-252de2b8577a33563807cc349f17844caf2191ad.tar.lz
mediagoblin-252de2b8577a33563807cc349f17844caf2191ad.tar.xz
mediagoblin-252de2b8577a33563807cc349f17844caf2191ad.zip
Remove the collection counter because it's not needed
-rw-r--r--mediagoblin/templates/mediagoblin/utils/collections.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/collections.html b/mediagoblin/templates/mediagoblin/utils/collections.html
index 6cb5a342..0afd9ed8 100644
--- a/mediagoblin/templates/mediagoblin/utils/collections.html
+++ b/mediagoblin/templates/mediagoblin/utils/collections.html
@@ -17,7 +17,7 @@
#}
{% block collections_content -%}
- <h3>{% trans collected=media.collected %}In collections ({{ collected }}){% endtrans %}</h3>
+ <h3>{% trans collected=media.collected %}Collected in{% endtrans %}</h3>
<p>
{% for collection in media.collections %}
{% if loop.last %}