]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Move translator hint to where gettext will actually see it and replace tab by spaces.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 12 Sep 2010 22:21:45 +0000 (00:21 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 13 Sep 2010 19:10:53 +0000 (21:10 +0200)
lib/command.php

index 0251dfc7f6a1b45d49dc6c0fa58b70ee95c5104e..4887cac452ffb09997f889b00f7346d3394f1cf9 100644 (file)
@@ -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".