Merge pull request #11902 from unclejamal3000/master

Enhance question in DB migration script
This commit is contained in:
Morris Jobke 2014-11-02 09:22:25 +01:00
commit feb42f357f
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class ConvertType extends Command {
$dialog = $this->getHelperSet()->get('dialog');
if (!$dialog->askConfirmation(
$output,
'<question>Continue with the conversion?</question>',
'<question>Continue with the conversion (y/n)? [n] </question>',
false
)) {
return;