From 1e16558171650299588edc5c80befbf93dfd45bb Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 14 Jun 2004 18:08:21 +0000 Subject: rephrase question again --- mdk-stage1/disk.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index 49c1e7c79..5597d0bd4 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -304,7 +304,9 @@ static enum return_type try_with_device(char *dev_name) stage2_isos[stage2_iso_number] = NULL; if (stage2_iso_number > 0) { - results = ask_from_list("Please choose the ISO image to be used to install the " DISTRIB_NAME " Distribution, or cancel to use as a mirrored directory", stage2_isos, file); + results = ask_from_list("Please choose the ISO image to be used to install the " DISTRIB_NAME + " Distribution, or cancel to use this directory as a mirror tree.", + stage2_isos, file); if (results == RETURN_OK) { strcat(location_full, "/"); strcat(location_full, *file); -- cgit v1.2.1