summaryrefslogtreecommitdiffstats
path: root/core/command
diff options
context:
space:
mode:
Diffstat (limited to 'core/command')
-rw-r--r--core/command/db/converttype.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php
index 39e87853d60..2188b1135bb 100644
--- a/core/command/db/converttype.php
+++ b/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;