]> source.dussan.org Git - nextcloud-server.git/commitdiff
Enhance question in DB migration script
authorunclejamal3000 <andreas.pramhaas@posteo.de>
Sat, 1 Nov 2014 23:30:44 +0000 (00:30 +0100)
committerunclejamal3000 <andreas.pramhaas@posteo.de>
Sat, 1 Nov 2014 23:30:44 +0000 (00:30 +0100)
core/command/db/converttype.php

index 39e87853d607dc37a5e4eb3b754f85bdeb995fb6..2188b1135bbc354528a7b97fee8af5dad81543c5 100644 (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;