From 030f77983bdad526f12b458fd328419d6e853a5c Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 7 Jun 2005 01:17:38 +0000 Subject: [PATCH] typo --- src/common/connection.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index cbf6a84dc..48a1d475a 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -317,7 +317,9 @@ class Connection: self.dispatch('STATUS', 'offline') self.connection = None if not self.on_purpose: - self.dispatch('ERROR', _('Connection with account "%s" has been lost') %\ self.name, _('To continue sending and receiving messages, you will need to reconnect.')) + self.dispatch('ERROR', + _('Connection with account "%s" has been lost') % self.name, + _('To continue sending and receiving messages, you will need to reconnect.')) self.on_purpose = False # END disconenctedCB