From 0f141e1861cba29edd216e28f63171f16c064f09 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 20 May 2013 14:32:50 -0400 Subject: added missing translation --- askbot/templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/templates/macros.html b/askbot/templates/macros.html index 9088618c..f7eab371 100644 --- a/askbot/templates/macros.html +++ b/askbot/templates/macros.html @@ -392,7 +392,7 @@ for the purposes of the AJAX comment editor #} -%} {% spaceless %} {% if post.comment_count > 0 %} -

Comments

+

{% trans %}Comments{% endtrans %}

{% endif %} {% set widget_id = 'comments-for-' + post.post_type + '-' + post.id|string %} -- cgit v1.2.3-1-g7c22