summaryrefslogtreecommitdiffstats
path: root/askbot/templates/macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/macros.html')
-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 %}