forked from GNUsocial/gnu-social
Explicitly mark a translator note on the command list help message that the command names must not be translated
This commit is contained in:
parent
85154a49d0
commit
20a0a4acff
@ -901,7 +901,7 @@ class HelpCommand extends Command
|
||||
function handle($channel)
|
||||
{
|
||||
$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".
|
||||
"on - turn on notifications\n".
|
||||
"off - turn off notifications\n".
|
||||
|
Loading…
Reference in New Issue
Block a user