Start Chat text
This commit is contained in:
parent
0fd1fd485e
commit
37a65bd72e
|
@ -995,7 +995,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 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)
|
InputDialog.__init__(self, title, prompt_text, is_modal = False)
|
||||||
# create the completion model for input_entry
|
# create the completion model for input_entry
|
||||||
completion = gtk.EntryCompletion()
|
completion = gtk.EntryCompletion()
|
||||||
|
|
Loading…
Reference in New Issue