diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-21 16:08:47 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-21 16:08:47 +0200 |
commit | c829a317486d16283e5d25760f3415aaea710d2a (patch) | |
tree | bce7d969d7a75c5cbff923033f5f43579a79c782 | |
parent | 2db0f6db114db94d5f9dbf8479d1647eb63e01ae (diff) |
emphasize differences between automatic and manual
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 089c326..e950ed2 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -168,9 +168,9 @@ interactive_prepare_disks () #TODO: inform user (using dialog's --item-help or so) that autoprepare uses 1 disk and uses it in a "fairly regular" (though somewhat customizable) manner. ask_option $default "Prepare Hard Drive" '' required \ - "1" "Auto-Prepare (erases the ENTIRE hard drive and sets up partitions and filesystems)" \ - "2" "Partition Hard Drives" \ - "3" "Configure block devices, filesystems and mountpoints" \ + "1" "Auto-Prepare (erases an ENTIRE hard drive and sets up partitions, filesystems and mountpoints)" \ + "2" "Manually Partition Hard Drives" \ + "3" "Manually Configure block devices, filesystems and mountpoints" \ "4" "Rollback last filesystem changes$rollbackstr" \ "5" "Return to Main Menu" || return 1 |