From 86ff362c5c5977d886bed0653b3cc3b82856ef21 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Wed, 20 Jul 2005 13:27:15 +0000 Subject: [PATCH] new_message changed to open_chat. You can start chat and send message to not in roster users --- scripts/gajim-remote.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/gajim-remote.py b/scripts/gajim-remote.py index b3fcbff1e..412cd95cb 100755 --- a/scripts/gajim-remote.py +++ b/scripts/gajim-remote.py @@ -102,13 +102,13 @@ If not specified try to change status of all accounts that \ have "sync with global status" option set'), False) ] ], - 'new_message': [ # FIXME: merge me with send_message + 'open_chat': [ _('Show the chat dialog so that you can send message to a contact'), [ - ('jid', _('jid of the contact that you want to send a message to'), + ('jid', _('jid of the contact that you want to chat with'), True), - (_('account'), _('if specified the message will be sent the \ -message using this account'), False) + (_('account'), _('if specified contact is taken from the contact \ +list of this account'), False) ] ], 'send_message':[