shorter string to fit popup window. fixes #2640

This commit is contained in:
Yann Leboulanger 2006-11-10 19:33:34 +00:00
parent 3fd64392c4
commit 38fd89a378

View file

@ -162,7 +162,7 @@ class Connection(ConnectionHandlers):
self.dispatch('STATUS', 'offline') self.dispatch('STATUS', 'offline')
self.dispatch('CONNECTION_LOST', self.dispatch('CONNECTION_LOST',
(_('Connection with account "%s" has been lost') % self.name, (_('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): def _event_dispatcher(self, realm, event, data):
if realm == common.xmpp.NS_REGISTER: if realm == common.xmpp.NS_REGISTER: