From b7e0d781a1669e7f2f4e4cb4b6e9289251756694 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 14 Jun 2004 09:50:09 +0000 Subject: rephrase the partition selection message --- mdk-stage1/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/disk.c') 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; -- cgit v1.2.1