From af48904117edb1e4d1ad84d11e066a9cbb94a9f4 Mon Sep 17 00:00:00 2001 From: dmromanov Date: Thu, 8 Aug 2013 00:28:38 +0400 Subject: [PATCH] Combined strings of Testsuite Shell's description to a one translatable sentence. --- lib/Cake/Console/Command/TestsuiteShell.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Cake/Console/Command/TestsuiteShell.php b/lib/Cake/Console/Command/TestsuiteShell.php index 860662b9e..05572c91c 100644 --- a/lib/Cake/Console/Command/TestsuiteShell.php +++ b/lib/Cake/Console/Command/TestsuiteShell.php @@ -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', 'This shell is for backwards-compatibility only'), - __d('cake_console', 'use the test shell instead') + __d('cake_console', "This shell is for backwards-compatibility only\nuse the test shell instead"), )); return $parser;