summaryrefslogtreecommitdiffstats
path: root/askbot/conf/words.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/conf/words.py')
-rw-r--r--askbot/conf/words.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/conf/words.py b/askbot/conf/words.py
index be4eb191..5e12b111 100644
--- a/askbot/conf/words.py
+++ b/askbot/conf/words.py
@@ -224,7 +224,7 @@ settings.register(
WORDS,
'WORDS_QUESTIONS_COUNTABLE_FORMS',
default='question\nquestions',
- description=_('Countable plural forms for "queston"'),
+ description=_('Countable plural forms for "question"'),
help_text=_('Enter one form per line, pay attention')
)
)