better string (inform about /say)
This commit is contained in:
parent
72e193c25c
commit
d028f98655
|
@ -900,7 +900,8 @@ class GroupchatWindow(chat.Chat):
|
||||||
else:
|
else:
|
||||||
self.get_command_help(command)
|
self.get_command_help(command)
|
||||||
else:
|
else:
|
||||||
self.print_conversation(_('No such command: /%s') % command,
|
self.print_conversation(
|
||||||
|
_('No such command: /%s (if you want to sent this prefix it with /say)') % command,
|
||||||
room_jid)
|
room_jid)
|
||||||
return # don't print the command
|
return # don't print the command
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue