Explicitly mark a translator note on the command list help message that the command names must not be translated

This commit is contained in:
Brion Vibber 2010-09-16 11:05:31 -07:00
parent 85154a49d0
commit 20a0a4acff

View File

@ -901,7 +901,7 @@ class HelpCommand extends Command
function handle($channel) function handle($channel)
{ {
$channel->output($this->user, $channel->output($this->user,
// TRANS: Help text for commands. // TRANS: Help text for commands. Do not translate the command names themselves; they are fixed strings.
_("Commands:\n". _("Commands:\n".
"on - turn on notifications\n". "on - turn on notifications\n".
"off - turn off notifications\n". "off - turn off notifications\n".