typo in gajim-remote.py, command is send_chat_message. fixes #2692
This commit is contained in:
parent
953a9c1086
commit
568b1a7193
|
@ -109,7 +109,7 @@ class GajimRemote:
|
|||
'contact list of this account'), False)
|
||||
]
|
||||
],
|
||||
'send_message':[
|
||||
'send_chat_message':[
|
||||
_('Sends new chat message to a contact in the roster. Both OpenPGP key '
|
||||
'and account are optional. If you want to set only \'account\', '
|
||||
'without \'OpenPGP key\', just set \'OpenPGP key\' to \'\'.'),
|
||||
|
|
Loading…
Reference in New Issue