summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-03-17 01:05:19 +0000
committerMike Fulbright <msf@redhat.com>2001-03-17 01:05:19 +0000
commit5a969094b55d63b6eb4c0d689551b7d026da8f54 (patch)
tree22c48d7beba0ad200b00a6829dd5c6b7a1849875 /textw/upgrade_text.py
parent74c017f6349fe9974eadd5eebc74359a1006d514 (diff)
downloadanaconda-5a969094b55d63b6eb4c0d689551b7d026da8f54.tar.gz
anaconda-5a969094b55d63b6eb4c0d689551b7d026da8f54.tar.xz
anaconda-5a969094b55d63b6eb4c0d689551b7d026da8f54.zip
Fixed screens so in GUI you cannot go back too far once you start down the upgrade path. I've tested this extensively and this could probably be done better, but at least it works.
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 21577ca62..134be76a9 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -98,7 +98,7 @@ class UpgradeSwapWindow:
"selected for the swap partition."))
elif val > 2000 or val < 1:
todo.intf.messageWindow(_("Warning"),
- _("The swap file must be between 0 and 2000 MB in size."))
+ _("The swap file must be between 1 and 2000 MB in size."))
else:
screen.popWindow()
if todo.setupFilesystems: