From 32119eac10f42c5b192af5e9d659c006d5706fe9 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Wed, 3 May 2000 22:50:05 +0000 Subject: put help tag in correct place --- textw/lilo_text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textw/lilo_text.py b/textw/lilo_text.py index b82235992..ee4d0b885 100644 --- a/textw/lilo_text.py +++ b/textw/lilo_text.py @@ -28,9 +28,9 @@ class LiloAppendWindow: entry.set(todo.lilo.getAppend()) buttons = ButtonBar(screen, [(_("OK"), "ok"), (_("Skip"), "skip"), - (_("Back"), "back") ], help = "kernelopts" ) + (_("Back"), "back") ] ) - grid = GridForm(screen, _("LILO Configuration"), 1, 4) + grid = GridForm(screen, _("LILO Configuration"), "kernelopts", 1, 4) grid.add(t, 0, 0) grid.add(cb, 0, 1, padding = (0, 1, 0, 1)) grid.add(entry, 0, 2, padding = (0, 0, 0, 1)) -- cgit