summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-06 23:56:19 +0000
committerMatt Wilson <msw@redhat.com>2001-07-06 23:56:19 +0000
commitd80414c53aa5cbd96a95f64263b86858c29aaac2 (patch)
tree3192c5534a25616e8290bcacc7080dd3abc232df /iw
parent5373b400c753d70e052d23eb4257b92862aa77e3 (diff)
downloadanaconda-d80414c53aa5cbd96a95f64263b86858c29aaac2.tar.gz
anaconda-d80414c53aa5cbd96a95f64263b86858c29aaac2.tar.xz
anaconda-d80414c53aa5cbd96a95f64263b86858c29aaac2.zip
remove extra )s
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)