Skip to content

Commit

Permalink
Combined strings of Testsuite Shell's description to a one translatab…
Browse files Browse the repository at this point in the history
…le sentence.
  • Loading branch information
dmromanov committed Aug 7, 2013
1 parent faa4262 commit af48904
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/Console/Command/TestsuiteShell.php
Expand Up @@ -42,8 +42,7 @@ public function getOptionParser() {
$parser = parent::getOptionParser();
$parser->description(array(
__d('cake_console', 'The CakePHP Testsuite allows you to run test cases from the command line'),
__d('cake_console', '<warning>This shell is for backwards-compatibility only</warning>'),
__d('cake_console', 'use the test shell instead')
__d('cake_console', "<warning>This shell is for backwards-compatibility only</warning>\nuse the test shell instead"),
));

return $parser;
Expand Down

0 comments on commit af48904

Please sign in to comment.