summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-04-18 19:32:18 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-04-18 19:32:18 -0400
commit93734b675246f31cc56c260a0e1196de7992b1af (patch)
tree497b7dd2bf5ac5c32630d4880151121feb85abb0 /askbot/const
parent7daf0d4ec0d047b45af5f6f045a9440fa05ade41 (diff)
downloadaskbot-93734b675246f31cc56c260a0e1196de7992b1af.tar.gz
askbot-93734b675246f31cc56c260a0e1196de7992b1af.tar.bz2
askbot-93734b675246f31cc56c260a0e1196de7992b1af.zip
made a few messages extractable again
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/message_keys.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/askbot/const/message_keys.py b/askbot/const/message_keys.py
index 2c954416..0ee99e0c 100644
--- a/askbot/const/message_keys.py
+++ b/askbot/const/message_keys.py
@@ -20,18 +20,18 @@ __all__ = []
#messages loaded in the templates via direct _ calls
_('most relevant questions')
_('click to see most relevant questions')
-_('relevance')
+_('by relevance')
_('click to see the oldest questions')
-_('date')
+_('by date')
_('click to see the newest questions')
_('click to see the least recently updated questions')
-_('activity')
+_('by activity')
_('click to see the most recently updated questions')
_('click to see the least answered questions')
-_('answers')
+_('by answers')
_('click to see the most answered questions')
_('click to see least voted questions')
-_('votes')
+_('by votes')
_('click to see most voted questions')
def get_i18n_message(key):