diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-15 18:08:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-15 18:08:37 +0000 |
commit | 939584f614af4ffc5ac83097e669bc22510460ee (patch) | |
tree | 24d6bef4afbe7a48f6bfe18438ab44b79c4c042a /perl-install/security | |
parent | 4babc6a641ba270985369f3956b69e77e1c4e7c6 (diff) | |
download | drakx-939584f614af4ffc5ac83097e669bc22510460ee.tar drakx-939584f614af4ffc5ac83097e669bc22510460ee.tar.gz drakx-939584f614af4ffc5ac83097e669bc22510460ee.tar.bz2 drakx-939584f614af4ffc5ac83097e669bc22510460ee.tar.xz drakx-939584f614af4ffc5ac83097e669bc22510460ee.zip |
(level_choose) remove dead code
Diffstat (limited to 'perl-install/security')
-rw-r--r-- | perl-install/security/level.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<security level>: <level description>" N("%s: %s", to_string($_), formatAlaTeX($help{$_})); |