summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/disk.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-06-03 16:44:17 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-06-03 16:44:17 +0000
commita25c42ce3c9d206014ef711a4064ad6504dd90d9 (patch)
tree7ac676dbc55d270b4807e1aed54300ceafa8712a /mdk-stage1/disk.c
parentc5e62d4adea5c8367e18dd3e90d703a1be6f4307 (diff)
downloaddrakx-backup-do-not-use-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar
drakx-backup-do-not-use-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar.gz
drakx-backup-do-not-use-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar.bz2
drakx-backup-do-not-use-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar.xz
drakx-backup-do-not-use-a25c42ce3c9d206014ef711a4064ad6504dd90d9.zip
english fixes thx to vincent meyer
Diffstat (limited to 'mdk-stage1/disk.c')
-rw-r--r--mdk-stage1/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c
index 515b95395..e4593dfc4 100644
--- a/mdk-stage1/disk.c
+++ b/mdk-stage1/disk.c
@@ -197,7 +197,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 is copied the " DISTRIB_NAME " Distribution.",
+ results = ask_from_list_comments_auto("Please choose the partition where " DISTRIB_NAME " is copied.",
parts, parts_comments, &choice, "partition", parts);
if (results != RETURN_OK)
return results;