add missing _
This commit is contained in:
parent
98460f0f35
commit
3ec2d68304
|
@ -707,7 +707,7 @@ class Connection:
|
|||
_('Check your connection or try again later')))
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue