From 329c81bbd3839a3ddee6f30bc87888a5d516aea4 Mon Sep 17 00:00:00 2001 From: czaks Date: Thu, 18 Jul 2013 16:13:48 -0400 Subject: [PATCH] catalog: translation fix --- templates/themes/catalog/catalog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 7fcae04e..986db846 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -22,7 +22,7 @@ - {{ post.reply_count }} {% if post.reply_count == 1 %}{% trans 'reply' %}{% else %}{% trans 'replies' %}{% endif %}
+ {% trans %}1 reply{% plural post.omitted %}{{ count }} replies{% endtrans %}
{{ post.body }}