summaryrefslogtreecommitdiffstats
path: root/textw/bootdisk_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-04-19 06:28:35 +0000
committerJeremy Katz <katzj@redhat.com>2002-04-19 06:28:35 +0000
commit8e7a9bc91b98a02e41dd6d53e8a2027c482346a8 (patch)
tree1c94bb1caace167e96375666ad0cc9467e83d471 /textw/bootdisk_text.py
parent34e94e67312be97452e79939ae7104afae3c041b (diff)
downloadanaconda-8e7a9bc91b98a02e41dd6d53e8a2027c482346a8.tar.gz
anaconda-8e7a9bc91b98a02e41dd6d53e8a2027c482346a8.tar.xz
anaconda-8e7a9bc91b98a02e41dd6d53e8a2027c482346a8.zip
more merging fun from the hampton branch. I'm pretty sure this doesn't
work now, at least in gui. text mode might, though
Diffstat (limited to 'textw/bootdisk_text.py')
-rw-r--r--textw/bootdisk_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/bootdisk_text.py b/textw/bootdisk_text.py
index ed0093610..c1961aebc 100644
--- a/textw/bootdisk_text.py
+++ b/textw/bootdisk_text.py
@@ -73,12 +73,12 @@ class MakeBootDiskWindow:
return INSTALL_NOOP
text = _("The boot disk allows you to boot "
- "your Red Hat Linux system from a "
+ "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 "