Skip to content
Snippets Groups Projects
Commit 8c26791c authored by dkirov's avatar dkirov
Browse files

added translation help for 'on_command'

parent 33d86277
No related branches found
No related tags found
No related merge requests found
......@@ -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' : [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment