summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-08-30 21:49:50 +0700
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-08-30 21:49:50 +0700
commit78db8fca24c360894755e08bae70cb29132c007e (patch)
tree7f6bdc654595a10e5b120553044042a3eae9aa4d
parentd27e6186f2f1e4ab134ebe75375347f83224b072 (diff)
parentb9dcc06ecb2e8ae57ecf0915c81dbc674ab98c25 (diff)
downloadaskbot-78db8fca24c360894755e08bae70cb29132c007e.tar.gz
askbot-78db8fca24c360894755e08bae70cb29132c007e.tar.bz2
askbot-78db8fca24c360894755e08bae70cb29132c007e.zip
Merge pull request #300 from roverdotcom/remove_duplicate_interesting_answer_livesetting
Remove duplicate 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 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'),