Enhance question in DB migration script

remotes/origin/fix-10825
unclejamal3000 11 years ago
parent d8f7780f4f
commit 17f54a5fb6
  1. 2
      core/command/db/converttype.php

@ -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;

Loading…
Cancel
Save