summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-10 19:32:54 +0000
committerMatt Wilson <msw@redhat.com>2001-07-10 19:32:54 +0000
commit88e2f64d73445cafa2eb3917b69e9cccc0f5ccfc (patch)
treeb814c3593627908c529f97b4521f6bcc49c672f8 /textw
parentb1eb93d1a1c021df0167f0ac09c4c6310ffd0ac5 (diff)
downloadanaconda-88e2f64d73445cafa2eb3917b69e9cccc0f5ccfc.tar.gz
anaconda-88e2f64d73445cafa2eb3917b69e9cccc0f5ccfc.tar.xz
anaconda-88e2f64d73445cafa2eb3917b69e9cccc0f5ccfc.zip
remove extra comma (#48461)
Diffstat (limited to 'textw')
-rw-r--r--textw/bootdisk_text.py2
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.")