diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 04:13:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 04:13:28 +0000 |
commit | 174c1bf4baf78d83bcbfae169af2d934748b3476 (patch) | |
tree | 062f329b995537611765c8c5a98b01c6a8f64c0c /perl-install/security | |
parent | 52d23f43f57b0c0fcf3147ff2542663575b309f5 (diff) | |
download | drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.gz drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.bz2 drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.xz drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.zip |
fix/adjust some help pages (#42986)
Diffstat (limited to 'perl-install/security')
-rw-r--r-- | perl-install/security/level.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, |