UF string

This commit is contained in:
Nikos Kouremenos 2006-09-21 13:28:04 +00:00
parent 0b381c2391
commit ea6427a004
1 changed files with 1 additions and 1 deletions

View File

@ -1196,7 +1196,7 @@ class NewChatDialog(InputDialog):
title = _('Start Chat with account %s') % account title = _('Start Chat with account %s') % account
else: else:
title = _('Start Chat') 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) InputDialog.__init__(self, title, prompt_text, is_modal = False)
self.completion_dict = {} self.completion_dict = {}