add missing _

This commit is contained in:
Yann Leboulanger 2005-07-25 07:52:04 +00:00
parent 98460f0f35
commit 3ec2d68304
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ class Connection:
_('Check your connection or try again later'))) _('Check your connection or try again later')))
return None return None
gajim.log.debug(('Connected to server with %s'), con_type) gajim.log.debug(_('Connected to server with %s'), con_type)
self.dispatch('CON_TYPE', con_type) # notify the gui about con_type self.dispatch('CON_TYPE', con_type) # notify the gui about con_type