From 8c26791c44ff901c4f4384ace158c7d2f396a65d Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Tue, 9 Aug 2005 13:39:31 +0000 Subject: [PATCH] added translation help for 'on_command' --- scripts/gajim-remote.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/gajim-remote.py b/scripts/gajim-remote.py index 7afa4f323..5acf11c09 100755 --- a/scripts/gajim-remote.py +++ b/scripts/gajim-remote.py @@ -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' : [