summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 bb99bbce..6b1361d2 100644
--- a/askbot/conf/words.py
+++ b/askbot/conf/words.py
@@ -869,15 +869,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'),