fix a translatable string
This commit is contained in:
parent
aae57c2990
commit
6967ced458
|
@ -1661,7 +1661,8 @@ class ChatControl(ChatControlBase):
|
||||||
command, 'info')
|
command, 'info')
|
||||||
elif command == 'me':
|
elif command == 'me':
|
||||||
self.print_conversation(_('Usage: /%(command)s <action>, sends action '
|
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')
|
) % {'command': command}, 'info')
|
||||||
elif command == 'ping':
|
elif command == 'ping':
|
||||||
self.print_conversation(_('Usage: /%s, sends a ping to the contact') %\
|
self.print_conversation(_('Usage: /%s, sends a ping to the contact') %\
|
||||||
|
|
Loading…
Reference in New Issue