diff options
author | Peter Jones <pjones@redhat.com> | 2009-07-13 10:38:27 -0400 |
---|---|---|
committer | Peter Jones <pjones@vroomfondel.internal.datastacks.com> | 2009-07-13 10:41:00 -0400 |
commit | 0976bfe694947a3617f9fcf124c68baec90d87ad (patch) | |
tree | 8743133788a4d759740d699998122bc6732b4ede /text.py | |
parent | 0c951cfba63a967f6b67d9b112bd26fb42a1abe0 (diff) | |
download | anaconda-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 'text.py')
-rw-r--r-- | text.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -325,8 +325,8 @@ class LuksPassphraseWindow: self.passphrase = passphrase self.minLength = 8 self.preexist = preexist - self.txt = _("Choose a passphrase for your encrypted devices. You " - "will be prompted for the passphrase during system boot.") + self.txt = _("Choose a passphrase for the encrypted devices. You " + "will be prompted for this passphrase during system boot.") self.rc = None def run(self): @@ -564,8 +564,8 @@ class InstallInterface: def kickstartErrorWindow(self, text): - s = _("The following error was found while parsing your " - "kickstart configuration:\n\n%s") %(text,) + s = _("The following error was found while parsing the " + "kickstart configuration file:\n\n%s") %(text,) self.messageWindow(_("Error Parsing Kickstart Config"), s, type = "custom", |