diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-19 18:05:20 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-19 18:05:20 +0000 |
commit | 30fbe3ef4459cf93bb5dc06ab98210034c207bbe (patch) | |
tree | 518bd2574b062b3f8a3a3328b674fec29be3772c /text.py | |
parent | 6bb36aa36886655ccdf4ea6e77ae09f6a43f76b4 (diff) | |
download | anaconda-30fbe3ef4459cf93bb5dc06ab98210034c207bbe.tar.gz anaconda-30fbe3ef4459cf93bb5dc06ab98210034c207bbe.tar.xz anaconda-30fbe3ef4459cf93bb5dc06ab98210034c207bbe.zip |
fixed
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |