From 5a8cd03f0b7d92d82c5c72007f318d0835b0e347 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Nov 2015 09:30:08 +0000 Subject: [PATCH] Tidying --- src/freedombone-controlpanel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 2c6a55e9..b14ef147 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -577,7 +577,7 @@ function format_drive { dialog --title "Format USB drive" \ --backtitle "Freedombone Control Panel" \ --defaultno \ - --yesno "\nPlease confirm that you wish to format drive\n\n${drive}\n\n. All current data on the drive will be lost, and you will be prompted to give a password used to encrypt the drive.\n\nIf you screw up here and format the wrong drive it's your own fault!" 10 60 + --yesno "\nPlease confirm that you wish to format drive\n\n ${drive}\n\nAll current data on the drive will be lost, and you will be prompted to give a password used to encrypt the drive.\n\nIf you screw up here and format the wrong drive it's your own fault!" 16 60 sel=$? case $sel in 1) return;;