summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-20 14:32:50 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-20 14:32:50 -0400
commit0f141e1861cba29edd216e28f63171f16c064f09 (patch)
tree01aedaa681fe911656bd46ebdd9c7caa0bc5097d
parentfd2979fa38868aaad5385c4eed30996d12142a5e (diff)
downloadaskbot-0f141e1861cba29edd216e28f63171f16c064f09.tar.gz
askbot-0f141e1861cba29edd216e28f63171f16c064f09.tar.bz2
askbot-0f141e1861cba29edd216e28f63171f16c064f09.zip
added missing translation
-rw-r--r--askbot/templates/macros.html2
1 files changed, 1 insertions, 1 deletions
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 %}
- <h2 class="comment-title">Comments</h2>
+ <h2 class="comment-title">{% trans %}Comments{% endtrans %}</h2>
<div class="clean"></div>
{% endif %}
{% set widget_id = 'comments-for-' + post.post_type + '-' + post.id|string %}