From 9befab5cd715b06831b3ad69772ae096b15d6259 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 4 Jun 2005 12:38:43 +0000 Subject: [PATCH] typo in string (thanks dcrean), and mark that string for translation --- 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 3fe04dc54..8e975a834 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -311,7 +311,7 @@ class Connection: self.dispatch('STATUS', 'offline') self.connection = None if not self.on_purpose: - self.dispatch('ERROR', 'You have been disconected from %s' % self.name) + self.dispatch('ERROR', _('You have been disconnected from %s') % self.name) self.on_purpose = False # END disconenctedCB