From 17f54a5fb6e87a70e8a2a89c47005223d81c0be3 Mon Sep 17 00:00:00 2001
From: unclejamal3000 <andreas.pramhaas@posteo.de>
Date: Sun, 2 Nov 2014 00:30:44 +0100
Subject: [PATCH] Enhance question in DB migration script

---
 core/command/db/converttype.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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