diff options
author | Mike Fulbright <msf@redhat.com> | 2001-01-09 18:10:31 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-01-09 18:10:31 +0000 |
commit | 9253bbcae2e7496e6dda2c64c73a30a80803cd71 (patch) | |
tree | 7fc9af933887c71ed46d1efc72c11542281ab160 /textw | |
parent | e9900a35878dba46a8c6e82dd481ba0f60ad62dd (diff) | |
download | anaconda-9253bbcae2e7496e6dda2c64c73a30a80803cd71.tar.gz anaconda-9253bbcae2e7496e6dda2c64c73a30a80803cd71.tar.xz anaconda-9253bbcae2e7496e6dda2c64c73a30a80803cd71.zip |
fix text help tags
Diffstat (limited to 'textw')
-rw-r--r-- | textw/firewall_text.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 " |