From 3ec2d683046385a8b85e6218f6fb88440a01517c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 25 Jul 2005 07:52:04 +0000 Subject: [PATCH] add missing _ --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index 4626e5903..d62f73a14 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -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