summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-03-07 22:48:53 +0000
committerJeremy Katz <katzj@redhat.com>2007-03-07 22:48:53 +0000
commite9c7f0a4f31b0ad3f11782d9d0ec626919663f7a (patch)
tree65b37208af3e4ecd30ea7ae26cee065d881defd0 /textw/upgrade_text.py
parent63b72aae627cd5c84aad80043736d26e0d6b9d5e (diff)
downloadanaconda-e9c7f0a4f31b0ad3f11782d9d0ec626919663f7a.tar.gz
anaconda-e9c7f0a4f31b0ad3f11782d9d0ec626919663f7a.tar.xz
anaconda-e9c7f0a4f31b0ad3f11782d9d0ec626919663f7a.zip
2007-03-07 Jeremy Katz <katzj@redhat.com>
* iw/partition_gui.py (PartitionWindow.getNext): Typo fix (Renato Pavičić) * textw/upgrade_text.py (UpgradeSwapWindow.__call__): Likewise.
Diffstat (limited to 'textw/upgrade_text.py')
-rw-r--r--textw/upgrade_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 04eed3360..c5da4c3c2 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -88,7 +88,7 @@ class UpgradeSwapWindow:
text = _("Recent kernels (2.4 or newer) need significantly more swap than older "
"kernels, up to twice the amount of RAM on the "
- "system. You currently have %dMB of swap configured, but "
+ "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)