Do not show [u'bad_jid'] but bad_jid

This commit is contained in:
Jean-Marie Traissard 2006-10-08 20:44:05 +00:00
parent 2315eb8907
commit 47536d3158

View file

@ -1090,7 +1090,7 @@ class GroupchatControl(ChatControlBase):
self.clear(self.msg_textview)
else:
#%s is something the user wrote but it is not a jid so we inform
s = _('%s does not appear to be a valid JID') % message_array
s = _('%s does not appear to be a valid JID') % message_array[0]
self.print_conversation(s, 'info')
else:
self.get_command_help(command)