typo in string (thanks dcrean), and mark that string for translation
This commit is contained in:
parent
d09b28c2b7
commit
9befab5cd7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue