fixing and string. previous commit is because of patch by Dennis Craven and me taking the strings/coding standrads review and stuff. fixing #382. Thanks Dennis once again
This commit is contained in:
parent
78c7ca566f
commit
26b369b8ff
|
@ -845,7 +845,7 @@ class Connection:
|
|||
if not con_type:
|
||||
gajim.log.debug("Couldn't connect to %s" % name)
|
||||
self.dispatch('ERROR', _('Could not connect to "%s"') % name,
|
||||
_('Please try again later'))
|
||||
_('Check your connection or try again later'))
|
||||
return False
|
||||
gajim.log.debug('Connected to server')
|
||||
# FIXME! This blocks!
|
||||
|
|
Loading…
Reference in New Issue