diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-27 03:40:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-27 03:40:55 +0000 |
commit | ae2d143860cc759166784c2d11c9acc2de0a4211 (patch) | |
tree | f7a23a74aed2de36ba627166e946e2ff9c83426e /perl-install/security | |
parent | caa4e01ea7ce33370a842d302b46157c77fece58 (diff) | |
download | drakx-ae2d143860cc759166784c2d11c9acc2de0a4211.tar drakx-ae2d143860cc759166784c2d11c9acc2de0a4211.tar.gz drakx-ae2d143860cc759166784c2d11c9acc2de0a4211.tar.bz2 drakx-ae2d143860cc759166784c2d11c9acc2de0a4211.tar.xz drakx-ae2d143860cc759166784c2d11c9acc2de0a4211.zip |
fill in missing titles for banners and specify icons
Diffstat (limited to 'perl-install/security')
-rw-r--r-- | perl-install/security/level.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index c8974f3bf..0c05eb1e4 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -52,7 +52,8 @@ connections from many clients. Note: if your machine is only a client on the Int my @l = 2 .. 5; - $in->ask_from_({ title => N("DrakSec Basic Options"), + $in->ask_from_({ title => $::isInstall ? N("Security") : N("DrakSec Basic Options"), + icon => 'banner-security', messages => N("Please choose the desired security level") . "\n\n" . join('', map { to_string($_) . ": " . formatAlaTeX($help{$_}) . "\n\n" } @l), interactive_help_id => 'miscellaneous', |