diff --git a/src/common/connection.py b/src/common/connection.py index 5edf236c3..9f846b655 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -162,7 +162,7 @@ class Connection(ConnectionHandlers): self.dispatch('STATUS', 'offline') self.dispatch('CONNECTION_LOST', (_('Connection with account "%s" has been lost') % self.name, - _('To continue sending and receiving messages, you will need to reconnect.'))) + _('Reconnect manually.'))) def _event_dispatcher(self, realm, event, data): if realm == common.xmpp.NS_REGISTER: