From a084b42346ebee86e83b1b33669140b32a99f851 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Nov 2015 09:58:27 +0000 Subject: [PATCH] phrase --- src/freedombone-controlpanel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 80a0781e..ccfef73b 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -426,7 +426,7 @@ function backup_data { --msgbox "Plug in a LUKS encrypted USB drive" 6 40 clear echo ' ' - echo 'Enter the password for your LUKS encrypted backup drive:' + echo 'Enter the passphrase for your LUKS encrypted backup drive:' backup any_key } @@ -436,7 +436,7 @@ function restore_data { --msgbox "Plug in your backup USB drive" 6 40 clear echo ' ' - echo 'Enter the password for your LUKS encrypted backup drive:' + echo 'Enter the passphrase for your LUKS encrypted backup drive:' restore any_key }