diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-16 11:05:31 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-16 11:05:31 -0700 |
commit | 20a0a4acffc7f25ac4898130f98f2c0783a551db (patch) | |
tree | 9e5bc81d3cbc37cb67afd46ffb6ad03bb1a0a071 /lib/command.php | |
parent | 85154a49d0eb3d401dadd20bda527219e75ba396 (diff) |
Explicitly mark a translator note on the command list help message that the command names must not be translated
Diffstat (limited to 'lib/command.php')
-rw-r--r-- | lib/command.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.php b/lib/command.php index 4887cac45..b1f95fcb6 100644 --- a/lib/command.php +++ b/lib/command.php @@ -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". |