From 26b369b8ffe5ea2ff01572851651ce86d42517d0 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 7 Jun 2005 01:14:08 +0000 Subject: [PATCH] fixing and string. previous commit is because of patch by Dennis Craven and me taking the strings/coding standrads review and stuff. fixing #382. Thanks Dennis once again --- 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 e49cfccd4..cbf6a84dc 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -845,7 +845,7 @@ class Connection: if not con_type: gajim.log.debug("Couldn't connect to %s" % name) self.dispatch('ERROR', _('Could not connect to "%s"') % name, - _('Please try again later')) + _('Check your connection or try again later')) return False gajim.log.debug('Connected to server') # FIXME! This blocks!