summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-22 05:30:24 +0000
committerMatt Wilson <msw@redhat.com>1999-09-22 05:30:24 +0000
commit07b7ee5051fc1cfca9ca8a468dcaae32ffe79f9f (patch)
treeab8d06d1fa8de4ccfe1648da3685fff40fd36147 /text.py
parentd362f7e4e4a19722a90987de9aed597e66fd5e13 (diff)
downloadanaconda-07b7ee5051fc1cfca9ca8a468dcaae32ffe79f9f.tar.gz
anaconda-07b7ee5051fc1cfca9ca8a468dcaae32ffe79f9f.tar.xz
anaconda-07b7ee5051fc1cfca9ca8a468dcaae32ffe79f9f.zip
s/bootdisk/boot disk/g
Diffstat (limited to 'text.py')
-rw-r--r--text.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/text.py b/text.py
index 2debeb370..9b5557549 100644
--- a/text.py
+++ b/text.py
@@ -413,15 +413,15 @@ class HostnameWindow:
class BootDiskWindow:
def __call__(self, screen, todo):
rc = ButtonChoiceWindow(screen, _("Bootdisk"),
- _("A custom bootdisk provides a way of booting into your "
+ _("A custom boot disk provides a way of booting into your "
"Linux system without depending on the normal bootloader. "
"This is useful if you don't want to install lilo on your "
"system, another operating system removes lilo, or lilo "
"doesn't work with your hardware configuration. A custom "
- "bootdisk can also be used with the Red Hat rescue image, "
+ "boot disk can also be used with the Red Hat rescue image, "
"making it much easier to recover from severe system "
"failures.\n\n"
- "Would you like to create a bootdisk for your system?"),
+ "Would you like to create a boot disk for your system?"),
buttons = [ _("Yes"), _("No"), _("Back") ])
@@ -920,7 +920,7 @@ class InstallInterface:
[_("Installation Begins"), BeginInstallWindow,
(self.screen, todo), "confirm-install" ],
[_("Install System"), InstallWindow, (self.screen, todo) ],
- [_("Bootdisk"), BootdiskWindow, (self.screen, todo), "bootdisk"],
+ [_("Boot Disk"), BootdiskWindow, (self.screen, todo), "bootdisk"],
[_("X Configuration"), XconfiguratorWindow, (self.screen, todo),
"xconfig"],
[_("Installation Complete"), FinishedWindow, (self.screen,),