summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-22 00:47:10 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-22 00:47:10 -0300
commit6c84cc2e16d1952074da067019f81f427139d29a (patch)
tree6768d77c148286aaa88599e9f5535bc624560b56
parent0fa1787bdc14699d9a9f8725cc0c7eb5e994a30a (diff)
downloadaskbot-6c84cc2e16d1952074da067019f81f427139d29a.tar.gz
askbot-6c84cc2e16d1952074da067019f81f427139d29a.tar.bz2
askbot-6c84cc2e16d1952074da067019f81f427139d29a.zip
typo in the trans tag in a template for the answer vote buttons
-rw-r--r--askbot/skins/common/templates/question/answer_vote_buttons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/skins/common/templates/question/answer_vote_buttons.html b/askbot/skins/common/templates/question/answer_vote_buttons.html
index 6f7e29b5..68bff3ed 100644
--- a/askbot/skins/common/templates/question/answer_vote_buttons.html
+++ b/askbot/skins/common/templates/question/answer_vote_buttons.html
@@ -10,6 +10,6 @@
title="{% trans %}mark this answer as correct (click again to undo){% endtrans %}"
{% else %}
alt="{% trans question_author=question.author.username %}{{question_author}} has selected this answer as correct{% endtrans %}"
- title="{% trans questsion_author=question.author.username%}{{question_author}} has selected this answer as correct{% endtrans %}"
+ title="{% trans question_author=question.author.username%}{{question_author}} has selected this answer as correct{% endtrans %}"
{% endif %}
/>