diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-13 00:21:45 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-13 21:10:53 +0200 |
commit | d6be5be54816a14ee765b4ba666a41bfda356503 (patch) | |
tree | e873400901519974b50acc1de29078dc13a6cff3 /lib/command.php | |
parent | a590f2cb0f7c0059143bf6680033bcf9b2f9b33d (diff) |
Move translator hint to where gettext will actually see it and replace tab by spaces.
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 0251dfc7f..4887cac45 100644 --- a/lib/command.php +++ b/lib/command.php @@ -900,8 +900,8 @@ class HelpCommand extends Command { function handle($channel) { - // TRANS: Help text for commands. $channel->output($this->user, + // TRANS: Help text for commands. _("Commands:\n". "on - turn on notifications\n". "off - turn off notifications\n". |