summaryrefslogtreecommitdiffstats
path: root/iw/bootdisk_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-04-19 07:12:20 +0000
committerJeremy Katz <katzj@redhat.com>2002-04-19 07:12:20 +0000
commite012322dabe150cb08c785777f6e3c1333faa081 (patch)
tree42217c8f781fe531c3400da2489051176dd84c66 /iw/bootdisk_gui.py
parent25aa4e721dd42943ec415cea8701a58f409cb018 (diff)
downloadanaconda-e012322dabe150cb08c785777f6e3c1333faa081.tar.gz
anaconda-e012322dabe150cb08c785777f6e3c1333faa081.tar.xz
anaconda-e012322dabe150cb08c785777f6e3c1333faa081.zip
more merging
Diffstat (limited to 'iw/bootdisk_gui.py')
-rw-r--r--iw/bootdisk_gui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/iw/bootdisk_gui.py b/iw/bootdisk_gui.py
index dd4343797..fcadc2ced 100644
--- a/iw/bootdisk_gui.py
+++ b/iw/bootdisk_gui.py
@@ -51,11 +51,11 @@ class BootdiskWindow (InstallWindow):
label = None
- text = _("The boot disk allows you to boot your Red Hat "
- "Linux system from a floppy diskette.\n\n"
+ text = _("The boot disk allows you to boot your %s "
+ "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.") % (productName,)
if fsset.rootOnLoop():
text = text + _("\n\nA boot disk is REQUIRED to boot a "