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:
authorYann Leboulanger <asterix@lagaule.org>2008-08-02 12:14:30 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-08-02 12:14:30 +0400
commit6967ced458505e6d1560a309891b6dbc3906e891 (patch)
tree2b7a5ac32830027f6819b37e51942fbbb73909a2
parentaae57c299009e70f3bc37649168c206cf6d885f4 (diff)
fix a translatable string
-rw-r--r--src/chat_control.py3
1 files changed, 2 insertions, 1 deletions
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 <action>, 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') %\