From 34964401ab7c330d94738576d2e7f5d778fe166a Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Thu, 14 Aug 2008 18:01:56 +0000 Subject: [acm] Typo in [10241] --- src/chat_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat_control.py b/src/chat_control.py index 1830aa1a1..ce9274ce7 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -1569,7 +1569,7 @@ class ChatControl(ChatControlBase): tooltip = _('%(type)s encryption %(status)s active %(authenticated)s.\n' 'Your chat session %(logged)s be logged.'\ % {'type': enc_type, 'status': status_string, - 'authenticated': authenticated_string, 'logged': logged_string) + 'authenticated': authenticated_string, 'logged': logged_string}) self.lock_tooltip.set_tip(self.authentication_button, tooltip) self.widget_set_visible(self.authentication_button, not visible) -- cgit v1.2.3