summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProf Gra <christophegragnic@gmail.com>2014-07-19 22:03:38 +0200
committerProf Gra <christophegragnic@gmail.com>2014-07-19 22:03:38 +0200
commit6049799fe2e80ce2361e72a5e8255d65eb866975 (patch)
treeed89b77d786d4c208ca8876a2139af36fe0d1dcc
parent0ec128e4cd8d878838c9523b1b7f009c5575bc28 (diff)
downloadaskbot-6049799fe2e80ce2361e72a5e8255d65eb866975.tar.gz
askbot-6049799fe2e80ce2361e72a5e8255d65eb866975.tar.bz2
askbot-6049799fe2e80ce2361e72a5e8255d65eb866975.zip
words.py queston -> question
-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')
)
)