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.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/askbot/conf/words.py b/askbot/conf/words.py
index be4eb191..5475a1c6 100644
--- a/askbot/conf/words.py
+++ b/askbot/conf/words.py
@@ -851,15 +851,6 @@ settings.register(
settings.register(
values.StringValue(
WORDS,
- 'WORDS_GIVE_AN_ANSWER_INTERESTING_TO_THIS_COMMUNITY',
- default=_('give an answer interesting to this community'),
- description=_('give an answer interesting to this community'),
- )
-)
-
-settings.register(
- values.StringValue(
- WORDS,
'WORDS_GIVE_A_GOOD_ANSWER',
default=_('give a substantial answer'),
description=_('give a substantial answer'),