fix a translatable string

This commit is contained in:
Yann Leboulanger 2008-08-02 08:14:30 +00:00
parent aae57c2990
commit 6967ced458
1 changed files with 2 additions and 1 deletions

View File

@ -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') %\