From 939584f614af4ffc5ac83097e669bc22510460ee Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 15 Sep 2008 18:08:37 +0000 Subject: (level_choose) remove dead code --- perl-install/security/level.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index 0db951929..90ea34751 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -56,7 +56,7 @@ connections from many clients. Note: if your machine is only a client on the Int interactive_help_id => 'miscellaneous', }, [ { label => N("Please choose the desired security level"), title => 1 }, - { val => $security, list => \@l, format => \&to_string, + { val => $security, list => \@l, format => sub { #-PO: this string is used to properly format ": " N("%s: %s", to_string($_), formatAlaTeX($help{$_})); -- cgit v1.2.1