typo
This commit is contained in:
parent
26b369b8ff
commit
030f77983b
1 changed files with 3 additions and 1 deletions
|
@ -317,7 +317,9 @@ class Connection:
|
||||||
self.dispatch('STATUS', 'offline')
|
self.dispatch('STATUS', 'offline')
|
||||||
self.connection = None
|
self.connection = None
|
||||||
if not self.on_purpose:
|
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
|
self.on_purpose = False
|
||||||
# END disconenctedCB
|
# END disconenctedCB
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue