summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorbfox <bfox>2001-03-09 16:13:40 +0000
committerbfox <bfox>2001-03-09 16:13:40 +0000
commit56e574942a94fb91e7cde3c1398d48353ee3897d (patch)
tree1f52af84e3310e200fb76c4d7c0dd68a262ab405 /textw
parent39c62f1a7a6a4309373ea02079fbf293f7c89e2c (diff)
downloadanaconda-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.py4
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)