From 6c84cc2e16d1952074da067019f81f427139d29a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 22 Jan 2012 00:47:10 -0300 Subject: typo in the trans tag in a template for the answer vote buttons --- askbot/skins/common/templates/question/answer_vote_buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} /> -- cgit v1.2.3-1-g7c22