From d6be5be54816a14ee765b4ba666a41bfda356503 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 13 Sep 2010 00:21:45 +0200 Subject: Move translator hint to where gettext will actually see it and replace tab by spaces. --- lib/command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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". -- cgit v1.2.3-54-g00ecf