summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-09 22:05:39 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-03-09 22:05:39 -0500
commit020701bcba397d590d284962f3ce5df3134aaa08 (patch)
treed152d879fe3396c6d8591762c8c5284e9dcca56a /forum/const.py
parentc813ea591905e90512f2f04c68d251da3eb77eaa (diff)
downloadaskbot-020701bcba397d590d284962f3ce5df3134aaa08.tar.gz
askbot-020701bcba397d590d284962f3ce5df3134aaa08.tar.bz2
askbot-020701bcba397d590d284962f3ce5df3134aaa08.zip
SE loader seems to work, details are in stackexchange/README
Diffstat (limited to 'forum/const.py')
-rwxr-xr-xforum/const.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/forum/const.py b/forum/const.py
index ce81acb2..39db5ad4 100755
--- a/forum/const.py
+++ b/forum/const.py
@@ -8,12 +8,12 @@ CLOSE_REASONS = (
(1, _('duplicate question')),
(2, _('question is off-topic or not relevant')),
(3, _('too subjective and argumentative')),
- (4, _('is not an answer to the question')),
+ (4, _('not a real question')),
(5, _('the question is answered, right answer was accepted')),
- (6, _('problem is not reproducible or outdated')),
- #(7, u'太局部、本地化的问题',)
- (7, _('question contains offensive inappropriate, or malicious remarks')),
+ (6, _('question is not relevant or outdated')),
+ (7, _('question contains offensive or malicious remarks')),
(8, _('spam or advertising')),
+ (9, _('too localized')),
)
TYPE_REPUTATION = (