Skip to content
Snippets Groups Projects
Commit 6967ced4 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix a translatable string

parent aae57c29
No related branches found
No related tags found
No related merge requests found
......@@ -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') %\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment