added translation help for 'on_command'

This commit is contained in:
Dimitur Kirov 2005-08-09 13:39:31 +00:00
parent 33d86277ff
commit 8c26791c44
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ class GajimRemote:
'help':[ 'help':[
_('show a help on specific command'), _('show a help on specific command'),
[ [
(_('on_command'), _('show help on command'), False) #parameter, named "on_command". User gets help for the command, specified by this parameter
(_('on_command'),
_('show help on command'), False)
] ]
], ],
'toggle_roster_appearance' : [ 'toggle_roster_appearance' : [