From 38484acd48eaa17770a6c8960736aeab28fe16bb Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 6 Aug 2002 00:51:10 +0000 Subject: Put _() around two strings in security level choosing --- perl-install/any.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index d01bafa02..2420e6979 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1096,8 +1096,8 @@ connections from many clients. Note: if your machine is only a client on the Int delete $l{5} if !$::expert; $in->ask_from( - ("DrakSec Basic Options"), - ("Please choose the desired security level") . "\n\n" . + _("DrakSec Basic Options"), + _("Please choose the desired security level") . "\n\n" . join('', map { "$l{$_}: " . formatAlaTeX($help{$_}) . "\n\n" } keys %l), [ { label => _("Security level"), val => $security, list => [ sort keys %l ], format => sub { $l{$_} } }, -- cgit v1.2.1