summaryrefslogtreecommitdiffstats
path: root/askbot/models/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/models/__init__.py')
-rw-r--r--askbot/models/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/models/__init__.py b/askbot/models/__init__.py
index 6919ebeb..0c2459ec 100644
--- a/askbot/models/__init__.py
+++ b/askbot/models/__init__.py
@@ -1025,7 +1025,7 @@ def user_assert_can_delete_question(self, question = None):
if answer_count > 1:
upvoted_answers_phrase = askbot_settings.WORDS_UPVOTED_ANSWERS
else:
- upvated_answers_phrase = askbot_settings.WORDS_UPVOTED_ANSWER
+ upvoted_answers_phrase = askbot_settings.WORDS_UPVOTED_ANSWER
msg = ungettext(
'Sorry, cannot %(delete_your_question)s since it '