summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/floppy.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/floppy.c')
-rw-r--r--release/sysinstall/floppy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/floppy.c b/release/sysinstall/floppy.c
index be8fb54..aa45094 100644
--- a/release/sysinstall/floppy.c
+++ b/release/sysinstall/floppy.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id$
+ * $Id: floppy.c,v 1.23 1997/02/22 14:11:40 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -129,9 +129,9 @@ mediaInitFloppy(Device *dev)
msgDebug("Init floppy called for %s distribution.\n", distWanted ? distWanted : "some");
if (!distWanted)
- msgConfirm("Please insert floppy for %s", dev->description);
+ msgConfirm("Please insert floppy in %s", dev->description);
else
- msgConfirm("Please insert floppy containing %s for %s", distWanted, dev->description);
+ msgConfirm("Please insert floppy containing %s in %s", distWanted, dev->description);
memset(&dosargs, 0, sizeof dosargs);
dosargs.fspec = dev->devname;
OpenPOWER on IntegriCloud