Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2010-10-28 14:41:16 +0400
committerDenis Fomin <fominde@gmail.com>2010-10-28 14:41:16 +0400
commitedf68faba983fc29f549c20425fe38258bfbaa31 (patch)
tree30946fa16001359618c1e0247e3e157ca837ca05 /juick/plugin.py
parent65790cd7bd7faf61f66fea730786965e6fb9929f (diff)
juick. fix '*' command
Diffstat (limited to 'juick/plugin.py')
-rw-r--r--juick/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick/plugin.py b/juick/plugin.py
index b17cacb..35521a1 100644
--- a/juick/plugin.py
+++ b/juick/plugin.py
@@ -479,7 +479,7 @@ class Base(object):
menuitems = ((_('Show last messages from public timeline'), '#+'),
(_('Show last messages from your feed'), '#'),
(_('Show popular personal blogs'), '@'),
- (_('Show popular tags'), '*'),
+ (_('Show your tags'), '*'),
(_('Show your subscriptions'), 'S'),
(_('Delete last message'), 'D LAST'),
(_('Enable subscriptions delivery'), 'ON'),