From 6967ced458505e6d1560a309891b6dbc3906e891 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 2 Aug 2008 08:14:30 +0000 Subject: [PATCH] fix a translatable string --- src/chat_control.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/chat_control.py b/src/chat_control.py index a98b233ea..ce9583e7b 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -1661,7 +1661,8 @@ class ChatControl(ChatControlBase): command, 'info') elif command == 'me': self.print_conversation(_('Usage: /%(command)s , sends action ' - 'to the current group chat. Use third person. (e.g. /%s explodes.)' + 'to the current group chat. Use third person. (e.g. /%(command)s ' + 'explodes.)' ) % {'command': command}, 'info') elif command == 'ping': self.print_conversation(_('Usage: /%s, sends a ping to the contact') %\