[acm] Typo in [10241]

This commit is contained in:
Jean-Marie Traissard 2008-08-14 18:01:56 +00:00
parent 37014a2ace
commit 34964401ab
1 changed files with 1 additions and 1 deletions

View File

@ -1569,7 +1569,7 @@ class ChatControl(ChatControlBase):
tooltip = _('%(type)s encryption %(status)s active %(authenticated)s.\n' tooltip = _('%(type)s encryption %(status)s active %(authenticated)s.\n'
'Your chat session %(logged)s be logged.'\ 'Your chat session %(logged)s be logged.'\
% {'type': enc_type, 'status': status_string, % {'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.lock_tooltip.set_tip(self.authentication_button, tooltip)
self.widget_set_visible(self.authentication_button, not visible) self.widget_set_visible(self.authentication_button, not visible)