Skip to content
Snippets Groups Projects
Commit 568b1a71 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 953a9c10
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ def __init__(self):
'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 \'\'.'),
......
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