From 37a65bd72e82db1bbb306086529fbc0b55fb96f2 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Mon, 8 May 2006 21:34:57 +0000 Subject: [PATCH] Start Chat text --- src/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index cf2517a2c..020f49f15 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -995,7 +995,7 @@ class NewChatDialog(InputDialog): title = _('Start Chat with account %s') % account else: title = _('Start Chat') - prompt_text = _('Fill in the contact ID of the contact you would like\nto send a chat message to:') + prompt_text = _('Fill in the jid, or nick of the contact you would like\nto send a chat message to:') InputDialog.__init__(self, title, prompt_text, is_modal = False) # create the completion model for input_entry completion = gtk.EntryCompletion()