summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-19 18:05:20 +0000
committerMatt Wilson <msw@redhat.com>1999-08-19 18:05:20 +0000
commit30fbe3ef4459cf93bb5dc06ab98210034c207bbe (patch)
tree518bd2574b062b3f8a3a3328b674fec29be3772c /text.py
parent6bb36aa36886655ccdf4ea6e77ae09f6a43f76b4 (diff)
downloadanaconda-30fbe3ef4459cf93bb5dc06ab98210034c207bbe.tar.gz
anaconda-30fbe3ef4459cf93bb5dc06ab98210034c207bbe.tar.xz
anaconda-30fbe3ef4459cf93bb5dc06ab98210034c207bbe.zip
fixed
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.py b/text.py
index ffaff2cbf..8b6f2b939 100644
--- a/text.py
+++ b/text.py
@@ -77,8 +77,8 @@ class UpgradeExamineWindow:
if not parts:
ButtonChoiceWindow(screen, _("Error"),
_("You don't have any Linux partitions. You "
- "can't upgrade this system!")
- buttons = [ _("Back") ], width = 50)
+ "can't upgrade this system!"),
+ [ _("Back") ], width = 50)
return INSTALL_BACK
if len (parts) > 1: