From 507001d6ce6e3d463f80d312cce7cc54676125bb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 28 Dec 2012 01:20:38 +0000 Subject: adapt to new help layout (mga#5634) --- perl-install/security/level.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/security') diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index 9b91067ff..5f109a4e5 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -61,7 +61,7 @@ connections from many clients. Note: if your machine is only a client on the Int my @l = 1 .. 2; $in->ask_from_({ title => $::isInstall ? N("Security") : N("DrakSec Basic Options"), - interactive_help_id => 'misc-params#draxid-miscellaneous', + interactive_help_id => 'securityLevel', }, [ { label => N("Please choose the desired security level"), title => 1 }, { val => $security, list => \@l, -- cgit v1.2.1