euromark 12 years ago
parent
commit
ff12a5694d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Command/BakeShell.php

+ 1 - 1
src/Console/Command/BakeShell.php

@@ -77,7 +77,7 @@ class BakeShell extends Shell {
 			$this->out(__d('cake_console', 'Add your database connection information to App/Config/app.php.'));
 			return false;
 		}
-		$this->out(__d('cake_console', 'The following commands you can use to generate skeleton code for your application.'));
+		$this->out(__d('cake_console', 'The following commands can be used to generate skeleton code for your application.'));
 		$this->out('');
 		$this->out(__d('cake_console', '<info>Available bake commands:</info>'));
 		$this->out('');