diff options
author | Mike Fulbright <msf@redhat.com> | 2002-07-12 02:01:36 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-07-12 02:01:36 +0000 |
commit | 0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e (patch) | |
tree | e8e7bceba0cc8e07e8ce98bb5c2bdbbcd4888267 /packages.py | |
parent | 3fa09b6811591026daa27fd67bdc75494558ce25 (diff) | |
download | anaconda-0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e.tar.gz anaconda-0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e.tar.xz anaconda-0861c76f6d81f5c623eb1accb1a27ea0bf9fcc2e.zip |
Changes as per Milan Documentation String Review
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages.py b/packages.py index fc3fe0063..96a01df2c 100644 --- a/packages.py +++ b/packages.py @@ -37,7 +37,7 @@ def queryUpgradeContinue(intf, dir): return rc = intf.messageWindow(_("Proceed with upgrade?"), - _("The filesystems of the Linux installation " + _("The file systems of the Linux installation " "you have chosen to upgrade have already been " "mounted. You cannot go back past this point. " "\n\n") + @@ -664,7 +664,7 @@ def doInstall(method, id, intf, instPath): probs = probs + _("You don't appear to have enough disk space " "to install the packages you've selected. " "You need more space on the following " - "filesystems:\n\n") + "file systems:\n\n") probs = probs + ("%-15s %s\n") % (_("Mount Point"), _("Space Needed")) @@ -684,7 +684,7 @@ def doInstall(method, id, intf, instPath): probs = probs + _("You don't appear to have enough file nodes " "to install the packages you've selected. " "You need more file nodes on the following " - "filesystems:\n\n") + "file systems:\n\n") probs = probs + ("%-15s %s\n") % (_("Mount Point"), _("Nodes Needed")) |