From: Siebrand Mazeland Date: Sun, 12 Sep 2010 22:21:45 +0000 (+0200) Subject: Move translator hint to where gettext will actually see it and replace tab by spaces. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d6be5be54816a14ee765b4ba666a41bfda356503;p=quix0rs-gnu-social.git Move translator hint to where gettext will actually see it and replace tab by spaces. --- diff --git a/lib/command.php b/lib/command.php index 0251dfc7f6..4887cac452 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".