mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Merge pull request #1488 from dmromanov/translation-optimization
Combined strings of Testsuite Shell's description to a one translatable ...
This commit is contained in:
commit
dfb000fb89
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ class TestsuiteShell extends TestShell {
|
|||
$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;
|
||||
|
|
Loading…
Add table
Reference in a new issue