diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-16 00:05:34 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-16 00:05:34 +0000 |
commit | 0f60618dd142b15d0b3bca38ea69e3312abd206b (patch) | |
tree | 9cd976455124db21c967306719fcbc4a9bea8746 /textw | |
parent | fca7e530207df4dd745fa2d9ec0fa57217e80e2d (diff) | |
download | anaconda-0f60618dd142b15d0b3bca38ea69e3312abd206b.tar.gz anaconda-0f60618dd142b15d0b3bca38ea69e3312abd206b.tar.xz anaconda-0f60618dd142b15d0b3bca38ea69e3312abd206b.zip |
typo
Diffstat (limited to 'textw')
-rw-r--r-- | textw/silo_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/silo_text.py b/textw/silo_text.py index 80cef2063..89ccd2c3c 100644 --- a/textw/silo_text.py +++ b/textw/silo_text.py @@ -25,7 +25,7 @@ class SiloAppendWindow: buttons = ButtonBar(screen, [(_("OK"), "ok"), (_("Skip"), "skip"), (_("Back"), "back") ] ) - grid = GridFormHelp(screenHelp, _("SILO Configuration"), + grid = GridFormHelp(screen, _("SILO Configuration"), "silokernelopts", 1, 3) grid.add(t, 0, 0) grid.add(entry, 0, 1, padding = (0, 0, 0, 1)) |