From 9253bbcae2e7496e6dda2c64c73a30a80803cd71 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 9 Jan 2001 18:10:31 +0000 Subject: fix text help tags --- textw/firewall_text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textw') diff --git a/textw/firewall_text.py b/textw/firewall_text.py index ac0e2b5f1..ba149bedb 100644 --- a/textw/firewall_text.py +++ b/textw/firewall_text.py @@ -9,7 +9,7 @@ class FirewallWindow: bb = ButtonBar (screen, ((_("OK"), "ok"), (_("Customize"), "customize"), (_("Back"), "back"))) toplevel = GridFormHelp (screen, _("Firewall Configuration"), - "firewall", 1, 5) + "securitylevel", 1, 5) text = _("A firewall protects against unauthorized " "network intrusions. High security blocks all " "incoming accesses. Medium blocks access " @@ -124,7 +124,7 @@ class FirewallWindow: popbb = ButtonBar (screen, ((_("OK"), "ok"),)) poplevel = GridFormHelp (screen, _("Firewall Configuration - Customize"), - "firewall-custom", 1, 5) + "securitycustom", 1, 5) text = _("You can customize your firewall in two ways. " "First, you can select to allow all traffic from " "certain network interfaces. Second, you can allow " -- cgit