From 174c1bf4baf78d83bcbfae169af2d934748b3476 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 30 Sep 2008 04:13:28 +0000 Subject: fix/adjust some help pages (#42986) --- perl-install/security/level.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/security/level.pm') diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index 7f7188c86..826617ad3 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -53,7 +53,7 @@ connections from many clients. Note: if your machine is only a client on the Int my @l = 2 .. 5; $in->ask_from_({ title => $::isInstall ? N("Security") : N("DrakSec Basic Options"), - interactive_help_id => 'miscellaneous', + interactive_help_id => 'misc-params#draxid-miscellaneous', }, [ { label => N("Please choose the desired security level"), title => 1 }, { val => $security, list => \@l, -- cgit v1.2.1