summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-04-20 00:22:57 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-04-20 00:22:57 -0400
commite3dd495f19601110d6c248da92742a0865ad3266 (patch)
treeb3cc0af2028fe8e8885d45a27938a3c14b8e72ff /askbot/const
parentca08230d3dca4d55d93336ac641a820f7d643e7d (diff)
parent33e9d15da1024e0d1e82387a1fdc0a7603ecfa2b (diff)
downloadaskbot-e3dd495f19601110d6c248da92742a0865ad3266.tar.gz
askbot-e3dd495f19601110d6c248da92742a0865ad3266.tar.bz2
askbot-e3dd495f19601110d6c248da92742a0865ad3266.zip
Merge branch 'master' into user-groups
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):