summaryrefslogtreecommitdiffstats
path: root/forum/migrations
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-05-01 22:07:43 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-05-01 22:07:43 -0400
commit2f7ee397d33dc7dc15d083d2b6f6a60a0260c433 (patch)
treefaa9b5c92517c2c5d31148adba39628793d71c26 /forum/migrations
parent1b3de82a577c6145fb55d078b6181ff9615821cd (diff)
downloadaskbot-2f7ee397d33dc7dc15d083d2b6f6a60a0260c433.tar.gz
askbot-2f7ee397d33dc7dc15d083d2b6f6a60a0260c433.tar.bz2
askbot-2f7ee397d33dc7dc15d083d2b6f6a60a0260c433.zip
more translation fixes
Diffstat (limited to 'forum/migrations')
-rw-r--r--forum/migrations/0005_install_badges.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/migrations/0005_install_badges.py b/forum/migrations/0005_install_badges.py
index e260bcf6..5c05ecdd 100644
--- a/forum/migrations/0005_install_badges.py
+++ b/forum/migrations/0005_install_badges.py
@@ -35,7 +35,7 @@ INITIAL_BADGE_DATA = (
(_('Civic duty'), 2, _('civic-duty'), _('Voted 300 times'), False, 0),
(_('Strunk & White'), 2, _('strunk-and-white'), _('Edited 100 entries'), False, 0),
(_('Generalist'), 2, _('generalist'), _('Active in many different tags'), False, 0),
- (_('Expert'), 2, _('export'), _('Very active in one tag'), False, 0),
+ (_('Expert'), 2, _('expert'), _('Very active in one tag'), False, 0),
(_('Yearling'), 2, _('yearling'), _('Active member for a year'), False, 0),
(_('Notable Question'), 2, _('notable-question'), _('Asked a question with 2,500 views'), True, 0),
(_('Enlightened'), 2, _('enlightened'), _('First answer was accepted with at least 10 up votes'), False, 0),