diff options
author | unclejamal3000 <andreas.pramhaas@posteo.de> | 2014-11-02 00:30:44 +0100 |
---|---|---|
committer | unclejamal3000 <andreas.pramhaas@posteo.de> | 2014-11-02 00:30:44 +0100 |
commit | 17f54a5fb6e87a70e8a2a89c47005223d81c0be3 (patch) | |
tree | 4c969124e2de2f4d6842b6404a60cb0beb7c79b3 /core/command | |
parent | d8f7780f4f1571b1b15bc8cc1758c5602a609e41 (diff) | |
download | nextcloud-server-17f54a5fb6e87a70e8a2a89c47005223d81c0be3.tar.gz nextcloud-server-17f54a5fb6e87a70e8a2a89c47005223d81c0be3.zip |
Enhance question in DB migration script
Diffstat (limited to 'core/command')
-rw-r--r-- | core/command/db/converttype.php | 2 |
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; |