summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Dougherty <thegeekofalltrades@gmail.com>2014-08-29 15:21:29 -0700
committerMatt Dougherty <thegeekofalltrades@gmail.com>2014-08-29 15:21:29 -0700
commitd3c777261a9f1110e454b0fa854698404cc218f8 (patch)
tree58b430f6742ba2d32c782336cac4e6b23bcd3efd
parenta295842ec4b4e75078879d384be84b1c8974841f (diff)
downloadaskbot-d3c777261a9f1110e454b0fa854698404cc218f8.tar.gz
askbot-d3c777261a9f1110e454b0fa854698404cc218f8.tar.bz2
askbot-d3c777261a9f1110e454b0fa854698404cc218f8.zip
Remove duplicate 'WORDS_GIVE_AN_ANSWER_INTERESTING_TO_THIS_COMMUNITY' livesetting.
-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'),