typo in string (thanks dcrean), and mark that string for translation

This commit is contained in:
Nikos Kouremenos 2005-06-04 12:38:43 +00:00
parent d09b28c2b7
commit 9befab5cd7
1 changed files with 1 additions and 1 deletions

View File

@ -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