typo
This commit is contained in:
parent
45f2144e3e
commit
0c2807ce99
|
@ -2482,7 +2482,7 @@ class JoinGroupchatWindow:
|
|||
return
|
||||
|
||||
if gajim.contacts.get_contact(self.account, room_jid) and \
|
||||
not gajim.contacts.get_contact(self.account, room_jid).is_transport():
|
||||
gajim.contacts.get_contact(self.account, room_jid).is_transport():
|
||||
ErrorDialog(_('This is not a group chat'),
|
||||
_('%s is not the name of a group chat.') % room_jid)
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue