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:
Nikos Kouremenos 2005-06-07 01:14:08 +00:00
parent 78c7ca566f
commit 26b369b8ff
1 changed files with 1 additions and 1 deletions

View File

@ -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!