summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/bootdisk_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/bootdisk_gui.py b/iw/bootdisk_gui.py
index cfc46134c..a4b8c9887 100644
--- a/iw/bootdisk_gui.py
+++ b/iw/bootdisk_gui.py
@@ -44,14 +44,14 @@ class BootdiskWindow (InstallWindow):
"Linux system from a floppy diskette.\n\n"
"Please remove any diskettes from the floppy drive and "
"insert a blank diskette. All data will be ERASED "
- "during creation of the boot disk."))
+ "during creation of the boot disk.")
if fsset.rootOnLoop():
text = text + _("\n\nA boot disk is REQUIRED to boot a "
"partitionless install.")
else:
text = _("An error occured while making the boot disk. "
"Please make sure that there is a formatted floppy "
- "in the first floppy drive."))
+ "in the first floppy drive.")
label = GtkLabel (text)
label.set_line_wrap (TRUE)