summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-06-09 18:17:17 +0000
committerChris Lumens <clumens@redhat.com>2006-06-09 18:17:17 +0000
commitfdce4e750efa7eb4a6272b98589ec86d8166c898 (patch)
treecfdbd8ccc76c651694cd0056e5d87c7ebfb59bda /autopart.py
parente84a5df82fb840897d90b4704908b9c67d7a06b5 (diff)
downloadanaconda-fdce4e750efa7eb4a6272b98589ec86d8166c898.tar.gz
anaconda-fdce4e750efa7eb4a6272b98589ec86d8166c898.tar.xz
anaconda-fdce4e750efa7eb4a6272b98589ec86d8166c898.zip
Get rid of a nonsensical error message that tells you to go back to a screen
that no longer exists.
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/autopart.py b/autopart.py
index 8621fd373..2407b050f 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1500,10 +1500,8 @@ def doAutoPartition(anaconda):
if anaconda.isKickstart:
extra = _("\n\nPress 'OK' to reboot your system.")
else:
- extra = _("\n\nYou can choose a different automatic partitioning "
- "option, or click 'Back' to select manual partitioning."
- "\n\nPress 'OK' to continue.")
-
+ extra = _("\n\nPress 'OK' to choose a different partitioning option.")
+
anaconda.intf.messageWindow(_("Automatic Partitioning Errors"),
_("The following errors occurred with your "
"partitioning:\n\n%s\n\n"