added translation help for 'on_command'
This commit is contained in:
parent
33d86277ff
commit
8c26791c44
|
@ -71,7 +71,9 @@ class GajimRemote:
|
|||
'help':[
|
||||
_('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' : [
|
||||
|
|
Loading…
Reference in New Issue