diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php
index 39e87853d6..2188b1135b 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,
- 'Continue with the conversion?',
+ 'Continue with the conversion (y/n)? [n] ',
false
)) {
return;