Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marie Traissard <jim@lapin.org>2008-08-14 22:01:56 +0400
committerJean-Marie Traissard <jim@lapin.org>2008-08-14 22:01:56 +0400
commit34964401ab7c330d94738576d2e7f5d778fe166a (patch)
tree4d0e96f9b239ee359fbd2581e08b2ad4844403ca
parent37014a2acea33242a967842f645092d5f97d7fbc (diff)
[acm] Typo in [10241]
-rw-r--r--src/chat_control.py2
1 files changed, 1 insertions, 1 deletions
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)