summaryrefslogtreecommitdiff
path: root/src/core/libs
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-21 16:08:47 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-21 16:08:47 +0200
commitc829a317486d16283e5d25760f3415aaea710d2a (patch)
treebce7d969d7a75c5cbff923033f5f43579a79c782 /src/core/libs
parent2db0f6db114db94d5f9dbf8479d1647eb63e01ae (diff)
emphasize differences between automatic and manual
Diffstat (limited to 'src/core/libs')
-rw-r--r--src/core/libs/lib-ui-interactive.sh6
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