Move translator hint to where gettext will actually see it and replace tab by spaces.

This commit is contained in:
Siebrand Mazeland 2010-09-13 00:21:45 +02:00
parent a590f2cb0f
commit d6be5be548
1 changed files with 1 additions and 1 deletions

View 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".