From e97e670054298ee60820d375c213734945a483a6 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Tue, 30 Mar 2010 12:01:42 -0700 Subject: Improve wording of config info save dialog. --- scripts/install/install-get-partition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index f010291e..85c10358 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -582,7 +582,7 @@ save_old_info() { if [ $num_images -gt 1 ]; then image_index=-1 while [ $image_index -lt 0 -o $image_index -ge $num_images ]; do - echo -n "Which image would you like to use? (1 .. $num_images): " + echo -n "From which image would you like to save config information? (1 .. $num_images): " read num image_index=$((num - 1)) done -- cgit v1.2.3