From 0c2807ce99c9695ddbfb940281e86a96cb2be0a8 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Tue, 27 Sep 2011 18:26:38 +0300 Subject: [PATCH] typo --- src/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index bb80a894e..0a016a0f0 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -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