summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-07-13 10:38:27 -0400
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2009-07-13 10:41:00 -0400
commit0976bfe694947a3617f9fcf124c68baec90d87ad (patch)
tree8743133788a4d759740d699998122bc6732b4ede /bootloader.py
parent0c951cfba63a967f6b67d9b112bd26fb42a1abe0 (diff)
downloadanaconda-0976bfe694947a3617f9fcf124c68baec90d87ad.tar.gz
anaconda-0976bfe694947a3617f9fcf124c68baec90d87ad.tar.xz
anaconda-0976bfe694947a3617f9fcf124c68baec90d87ad.zip
Lots of small grammar and wording changes.
Just auditing the world for clarity, don't mind me.
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootloader.py b/bootloader.py
index 45cd773e3..ef6af21c1 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -51,7 +51,7 @@ def isEfiSystemPartition(part):
def bootloaderSetupChoices(anaconda):
if anaconda.dir == DISPATCH_BACK:
rc = anaconda.intf.messageWindow(_("Warning"),
- _("Your filesystems have already been activated. You "
+ _("Filesystems have already been activated. You "
"cannot go back past this point.\n\nWould you like to "
"continue with the installation?"),
type="custom", custom_icon=["error","error"],
@@ -208,14 +208,14 @@ def writeBootloader(anaconda):
if rc and anaconda.intf:
anaconda.intf.messageWindow(_("Warning"),
_("There was an error installing the bootloader. "
- "Your system may not be bootable."))
+ "The system may not be bootable."))
except booty.BootyNoKernelWarning:
if not justConfigFile:
w.pop()
if anaconda.intf:
anaconda.intf.messageWindow(_("Warning"),
- _("No kernel packages were installed on your "
- "system. Your boot loader configuration "
+ _("No kernel packages were installed on the "
+ "system. Bootloader configuration "
"will not be changed."))
dosync()