From 9eb9112de93a4c22da428786360a25e1c6ec7c37 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 9 Oct 2005 13:53:21 +0000 Subject: [PATCH] user should see cannot/does not and can't doesn't --- src/roster_window.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 778be277f..c6d4e522d 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -253,7 +253,7 @@ class RosterWindow: return invisible_show = gajim.SHOW_LIST.index('invisible') if gajim.connections[account].connected == invisible_show: - dialogs.ErrorDialog(_("You can't join a room while you are invisible") + dialogs.ErrorDialog(_('You cannot join a room while you are invisible') ).get_response() return room, server = room_jid.split('@') @@ -1594,11 +1594,11 @@ _('If "%s" accepts this request you will know his status.') %jid) def on_join_gc_activate(self, widget, account): invisible_show = gajim.SHOW_LIST.index('invisible') if gajim.connections[account].connected == invisible_show: - dialogs.ErrorDialog(_("You can't join a room while you are invisible") + dialogs.ErrorDialog(_('You cannot join a room while you are invisible') ).get_response() return if self.plugin.windows[account].has_key('join_gc'): - self.plugin.windows[account]['join_gc'].window.present() + self.plugin.windows[account]['join_gc'].window.present() else: #FIXME: Why this try/except? try: