Просмотр исходного кода

[Console] Fixed stilted English in console header

Douglas Greenshields 13 лет назад
Родитель
Сommit
2ddd7cca7b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Symfony/Component/Console/Shell.php

+ 1 - 1
src/Symfony/Component/Console/Shell.php

@@ -127,7 +127,7 @@ class Shell
 Welcome to the <info>{$this->application->getName()}</info> shell (<comment>{$this->application->getVersion()}</comment>).
 
 At the prompt, type <comment>help</comment> for some help,
-or <comment>list</comment> to get a list available commands.
+or <comment>list</comment> to get a list of available commands.
 
 To exit the shell, type <comment>^D</comment>.