From 3d233206979a3cdb7f990add857595fb043231d8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sun, 15 Feb 2009 09:28:56 +0000 Subject: [PATCH] =?UTF-8?q?[Petr=20Men=C5=A1=C3=ADk]=20correct=202=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/connection_handlers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index c25dec8fad..8e96be7712 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -675,9 +675,9 @@ class ConnectionDisco: def _agent_registered_cb(self, con, resp, agent): if resp.getType() == 'result': self.dispatch('INFORMATION', (_('Registration succeeded'), - _('Resgitration with agent %s succeeded') % agent)) + _('Registration with agent %s succeeded') % agent)) if resp.getType() == 'error': - self.dispatch('ERROR', (_('Registration failed'), _('Resgitration with' + self.dispatch('ERROR', (_('Registration failed'), _('Registration with' ' agent %(agent)s failed with error %(error)s: %(error_msg)s') % { 'agent': agent, 'error': resp.getError(), 'error_msg': resp.getErrorMsg()})) -- GitLab