From ae2d143860cc759166784c2d11c9acc2de0a4211 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 27 Aug 2005 03:40:55 +0000 Subject: fill in missing titles for banners and specify icons --- perl-install/security/level.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/security') 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', -- cgit v1.2.1