]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/question_list/count.html
made the number of answers label translatable.
[osqa.git] / forum / skins / default / templates / question_list / count.html
index 5108a8431c4338e48d729af3c253b4b0b0da6161..535a829e3caeeb6749733b263d9708af055d7d78 100644 (file)
@@ -9,7 +9,7 @@
 \r
     {% if answer_count %}\r
     <div class="questions-count" style="color:green">\r
-        {{ answer_count }}<span style="color:black;font-size:14px;margin-left:5px">answers</span>\r
+        {{ answer_count }}<span style="color:black;font-size:14px;margin-left:5px">{{ answer_description }}</span>\r
     </div>\r
 \r
     {% endif %}\r