diff options
author | bfox <bfox> | 2001-03-09 16:13:40 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-03-09 16:13:40 +0000 |
commit | 56e574942a94fb91e7cde3c1398d48353ee3897d (patch) | |
tree | 1f52af84e3310e200fb76c4d7c0dd68a262ab405 /textw | |
parent | 39c62f1a7a6a4309373ea02079fbf293f7c89e2c (diff) | |
download | anaconda-56e574942a94fb91e7cde3c1398d48353ee3897d.tar.gz anaconda-56e574942a94fb91e7cde3c1398d48353ee3897d.tar.xz anaconda-56e574942a94fb91e7cde3c1398d48353ee3897d.zip |
fixed grammatical error in the text
Diffstat (limited to 'textw')
-rw-r--r-- | textw/upgrade_text.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py index 9fd5a6425..169cb2d1f 100644 --- a/textw/upgrade_text.py +++ b/textw/upgrade_text.py @@ -19,8 +19,8 @@ class UpgradeSwapWindow: (fsList, suggSize, suggMntPoint) = rc - text = _("The 2.4 kernel needs significantly more swap then older " - "ones, as much as twice as much swap space as RAM on the " + text = _("The 2.4 kernel needs significantly more swap than older " + "kernels, as much as twice as much swap space as RAM on the " "system. You currently have %dMB of swap configured, but " "you may create additional swap space on one of your " "file systems now.") % (iutil.swapAmount() / 1024) |