summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-04-10 15:59:41 +0000
committerMike Fulbright <msf@redhat.com>2000-04-10 15:59:41 +0000
commit67221fea7488115510860876e8f84ac06be537fd (patch)
tree202d4ec00fb0e3aa262ecbc66ae5b33d31e3ab0e /textw
parent125ec921a1b8b2c8fc7a88aeeb63fae7cbaf3082 (diff)
downloadanaconda-67221fea7488115510860876e8f84ac06be537fd.tar.gz
anaconda-67221fea7488115510860876e8f84ac06be537fd.tar.xz
anaconda-67221fea7488115510860876e8f84ac06be537fd.zip
Improved message for creating a boot disk, as requested in bug #10695
Diffstat (limited to 'textw')
-rw-r--r--textw/bootdisk.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/textw/bootdisk.py b/textw/bootdisk.py
index a8ac6d802..a7a1847b0 100644
--- a/textw/bootdisk.py
+++ b/textw/bootdisk.py
@@ -50,7 +50,9 @@ class MakeBootDiskWindow:
return INSTALL_NOOP
rc = ButtonChoiceWindow (screen, _("Bootdisk"),
- _("Insert a blank floppy in the first floppy drive. "
+ _("If you have the install floppy in your drive, first "
+ "remove it. Then insert a blank floppy in the first "
+ "floppy drive. "
"All data on this disk will be erased during creation "
"of the boot disk."),
[ _("OK"), _("Skip") ])