From c535a06e1331ae6db2d257c335357f542dac11bd Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 6 Sep 2005 19:29:25 +0000 Subject: [PATCH] imrpove suse string for download --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index 1f33524cf..c2ce54471 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -383,7 +383,7 @@ class Connection: elif errcode == '409': # nick conflict self.dispatch('ERROR', (_('Unable to join room'), _('Your desired nickname is in use or registered by another user.'))) - else: # print in Groupchat window the error + else: # print in the window the error self.dispatch('ERROR_ANSWER', ('', prs.getFrom().getStripped(), errmsg, errcode)) if not ptype or ptype == 'unavailable':