better string (inform about /say)

This commit is contained in:
Nikos Kouremenos 2005-11-22 13:11:25 +00:00
parent 72e193c25c
commit d028f98655
1 changed files with 2 additions and 1 deletions

View File

@ -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