diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-14 09:50:09 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-14 09:50:09 +0000 |
commit | b7e0d781a1669e7f2f4e4cb4b6e9289251756694 (patch) | |
tree | 03787a228665f7131f5651a62718254515e3b64c | |
parent | 24ac9d53db76de93a005e645f22a6a70302b9b16 (diff) | |
download | drakx-b7e0d781a1669e7f2f4e4cb4b6e9289251756694.tar drakx-b7e0d781a1669e7f2f4e4cb4b6e9289251756694.tar.gz drakx-b7e0d781a1669e7f2f4e4cb4b6e9289251756694.tar.bz2 drakx-b7e0d781a1669e7f2f4e4cb4b6e9289251756694.tar.xz drakx-b7e0d781a1669e7f2f4e4cb4b6e9289251756694.zip |
rephrase the partition selection message
-rw-r--r-- | mdk-stage1/disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index bcf642642..fdd11af42 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -227,7 +227,7 @@ static enum return_type try_with_device(char *dev_name) return RETURN_ERROR; } - results = ask_from_list_comments_auto("Please choose the partition where " DISTRIB_NAME " is copied.", + results = ask_from_list_comments_auto("Please choose the partition on which you copied the " DISTRIB_NAME " Distribution.", parts, parts_comments, &choice, "partition", parts); if (results != RETURN_OK) return results; |