summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-08 10:17:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-08 10:17:55 +0000
commit773576a13c2dca5a0556b8086c8ffd97f3ad2aa5 (patch)
treec2d07f6ae2350195c11ad2dcd087af252aa227ae
parent458c029e9536b6bd11182e5a448d519eab5f7416 (diff)
downloaddrakx-backup-do-not-use-773576a13c2dca5a0556b8086c8ffd97f3ad2aa5.tar
drakx-backup-do-not-use-773576a13c2dca5a0556b8086c8ffd97f3ad2aa5.tar.gz
drakx-backup-do-not-use-773576a13c2dca5a0556b8086c8ffd97f3ad2aa5.tar.bz2
drakx-backup-do-not-use-773576a13c2dca5a0556b8086c8ffd97f3ad2aa5.tar.xz
drakx-backup-do-not-use-773576a13c2dca5a0556b8086c8ffd97f3ad2aa5.zip
sort security level descriptions
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 39f68738c..c55ed9c77 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1099,7 +1099,7 @@ connections from many clients. Note: if your machine is only a client on the Int
$in->ask_from(
_("DrakSec Basic Options"),
_("Please choose the desired security level") . "\n\n" .
- join('', map { "$l{$_}: " . formatAlaTeX($help{$_}) . "\n\n" } keys %l),
+ join('', map { "$l{$_}: " . formatAlaTeX($help{$_}) . "\n\n" } ikeys %l),
[
{ label => _("Security level"), val => $security, list => [ sort keys %l ], format => sub { $l{$_} } },
if_($in->do_pkgs->is_installed('libsafe') && arch() =~ /^i.86/,