diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-14 18:08:21 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-14 18:08:21 +0000 |
commit | 1e16558171650299588edc5c80befbf93dfd45bb (patch) | |
tree | ed235536881eb88a773c3f3c47d8cded0135697b | |
parent | 4f90d2cf8dd28cb34776970c7a7fe56f95f43ad8 (diff) | |
download | drakx-1e16558171650299588edc5c80befbf93dfd45bb.tar drakx-1e16558171650299588edc5c80befbf93dfd45bb.tar.gz drakx-1e16558171650299588edc5c80befbf93dfd45bb.tar.bz2 drakx-1e16558171650299588edc5c80befbf93dfd45bb.tar.xz drakx-1e16558171650299588edc5c80befbf93dfd45bb.zip |
rephrase question again
-rw-r--r-- | mdk-stage1/disk.c | 4 |
1 files changed, 3 insertions, 1 deletions
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); |