summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-02-13 22:40:26 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-02-13 22:40:26 +0000
commitfe73be420189adceb9f2a8c00e744f8b7180da6f (patch)
tree580f2d288bfa5d5c4bb1d93dd8fed94b8fcd098b /mdk-stage1
parent45c21b7b3e46984f463c72f6e89ebe26a8551c65 (diff)
downloaddrakx-backup-do-not-use-fe73be420189adceb9f2a8c00e744f8b7180da6f.tar
drakx-backup-do-not-use-fe73be420189adceb9f2a8c00e744f8b7180da6f.tar.gz
drakx-backup-do-not-use-fe73be420189adceb9f2a8c00e744f8b7180da6f.tar.bz2
drakx-backup-do-not-use-fe73be420189adceb9f2a8c00e744f8b7180da6f.tar.xz
drakx-backup-do-not-use-fe73be420189adceb9f2a8c00e744f8b7180da6f.zip
better error msg thx to mcdtg
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/cdrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/cdrom.c b/mdk-stage1/cdrom.c
index a17db46c1..015151c4d 100644
--- a/mdk-stage1/cdrom.c
+++ b/mdk-stage1/cdrom.c
@@ -50,7 +50,7 @@ static enum return_type try_with_device(char *dev_name, char * dev_model)
unset_param(MODE_AUTOMATIC); /* we are in a fallback mode */
remove_wait_message();
- snprintf(msg, sizeof(msg), "I can't access a CDROM disc (drive %s).\nRetry?", dev_model);
+ snprintf(msg, sizeof(msg), "I can't access a " DISTRIB_NAME " Installation disc in your CDROM drive (%s).\nRetry?", dev_model);
results = ask_yes_no(msg);
if (results == RETURN_OK)
return try_with_device(dev_name, dev_model);