juick. fix '*' command

This commit is contained in:
Denis Fomin
2010-10-28 14:41:16 +04:00
parent 65790cd7bd
commit edf68faba9
4 changed files with 94 additions and 101 deletions

View File

@@ -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'),