summaryrefslogtreecommitdiffstats
path: root/textw/bootdisk.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/bootdisk.py')
-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") ])