diff options
-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; |