diff options
-rw-r--r-- | textw/bootdisk_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/bootdisk_text.py b/textw/bootdisk_text.py index 3ab940843..c9dbe959a 100644 --- a/textw/bootdisk_text.py +++ b/textw/bootdisk_text.py @@ -78,7 +78,7 @@ class MakeBootDiskWindow: "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.") |