From ea6427a0046b98447b5599bbaaf4c666efa21373 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 21 Sep 2006 13:28:04 +0000 Subject: [PATCH] UF string --- src/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index fb4e81952..b27185fbd 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -1196,7 +1196,7 @@ class NewChatDialog(InputDialog): title = _('Start Chat with account %s') % account else: title = _('Start Chat') - prompt_text = _('Fill in the jid, or nick of the contact you would like\nto send a chat message to:') + prompt_text = _('Fill in the nickname or the Jabber ID of the contact you would like\nto send a chat message to:') InputDialog.__init__(self, title, prompt_text, is_modal = False) self.completion_dict = {}