Bob Mottram 9 年前
父节点
当前提交
a084b42346
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-controlpanel

+ 2
- 2
src/freedombone-controlpanel 查看文件

426
            --msgbox "Plug in a LUKS encrypted USB drive" 6 40
426
            --msgbox "Plug in a LUKS encrypted USB drive" 6 40
427
     clear
427
     clear
428
     echo ' '
428
     echo ' '
429
-    echo 'Enter the password for your LUKS encrypted backup drive:'
429
+    echo 'Enter the passphrase for your LUKS encrypted backup drive:'
430
     backup
430
     backup
431
     any_key
431
     any_key
432
 }
432
 }
436
            --msgbox "Plug in your backup USB drive" 6 40
436
            --msgbox "Plug in your backup USB drive" 6 40
437
     clear
437
     clear
438
     echo ' '
438
     echo ' '
439
-    echo 'Enter the password for your LUKS encrypted backup drive:'
439
+    echo 'Enter the passphrase for your LUKS encrypted backup drive:'
440
     restore
440
     restore
441
     any_key
441
     any_key
442
 }
442
 }