From 568b1a7193ecab945041ff22576a3738a687f291 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 21 Nov 2006 21:04:28 +0000
Subject: [PATCH] typo in gajim-remote.py, command is send_chat_message. fixes
 #2692

---
 src/gajim-remote.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gajim-remote.py b/src/gajim-remote.py
index 5548b80aa6..06244c7824 100755
--- a/src/gajim-remote.py
+++ b/src/gajim-remote.py
@@ -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 \'\'.'), 
-- 
GitLab