From bae3cdee94703efb04cb3acca0242df9bd26cc5a Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Sat, 15 Sep 2001 16:51:12 +0000 Subject: use " instead of ' to get i18n --- perl-install/standalone/draksec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone/draksec') diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 231b19a82..7228e232e 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -62,10 +62,10 @@ $libsafe = $h{LIBSAFE} =~ /yes/i; if ($in->ask_from('', _("Choose security level") . "\n\n" . join('', map { "$l{$_}: $help{$_}\n\n" } keys %l), [ - { label => _('Security level'), val => \$level, list => [ (values %l) ] }, + { label => _("Security level"), val => \$level, list => [ (values %l) ] }, if_(pkgs_interactive::is_installed('libsafe') && arch() =~ /^i.86/, - { label => _('Use libsafe for servers'), val => \$libsafe, type => 'bool', text => - _('A library which defends against buffer overflow and format string attacks.') } + { label => _("Use libsafe for servers"), val => \$libsafe, type => 'bool', text => + _("A library which defends against buffer overflow and format string attacks.") } ) ] )) { -- cgit v1.2.1