typo in gajim-remote.py, command is send_chat_message. fixes #2692

This commit is contained in:
Yann Leboulanger 2006-11-21 21:04:28 +00:00
parent 953a9c1086
commit 568b1a7193
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class GajimRemote:
'contact list of this account'), False) 'contact list of this account'), False)
] ]
], ],
'send_message':[ 'send_chat_message':[
_('Sends new chat message to a contact in the roster. Both OpenPGP key ' _('Sends new chat message to a contact in the roster. Both OpenPGP key '
'and account are optional. If you want to set only \'account\', ' 'and account are optional. If you want to set only \'account\', '
'without \'OpenPGP key\', just set \'OpenPGP key\' to \'\'.'), 'without \'OpenPGP key\', just set \'OpenPGP key\' to \'\'.'),