minor #10752 [FrameworkBundle] improve English in RouterMatchCommand (shieldo)

This PR was merged into the 2.3 branch.

Discussion
----------

[FrameworkBundle] improve English in RouterMatchCommand

Improve English in command output.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

dd26d1e [FrameworkBundle] improve English in RouterMatchCommand
This commit is contained in:
Fabien Potencier 2014-04-22 09:21:18 +02:00
commit 5cae63f084
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ EOF
}
if (!$matches) {
$output->writeln('<fg=red>None of the routes matches</>');
$output->writeln('<fg=red>None of the routes match</>');
return 1;
}