Browse Source

Merge pull request #7403 from antograssiot/master

3.0 fix typo in the console output
Mark S. 10 years ago
parent
commit
42167368f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Shell/I18nShell.php

+ 1 - 1
src/Shell/I18nShell.php

@@ -44,7 +44,7 @@ class I18nShell extends Shell
         $this->out('<info>I18n Shell</info>');
         $this->hr();
         $this->out('[E]xtract POT file from sources');
-        $this->out('[I]inialize a language from POT file');
+        $this->out('[I]nitialize a language from POT file');
         $this->out('[H]elp');
         $this->out('[Q]uit');