summaryrefslogtreecommitdiffstats
path: root/perl-install/security
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-29 17:16:42 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-29 17:16:42 +0000
commit134de80b3002223620431aa6d06d4afc1bdc0fa5 (patch)
tree5ae3eae1b974d1c02d2b61d44926ab861834491a /perl-install/security
parent3cc847b07eded5af5658abe85e3ed02d2c825734 (diff)
downloaddrakx-134de80b3002223620431aa6d06d4afc1bdc0fa5.tar
drakx-134de80b3002223620431aa6d06d4afc1bdc0fa5.tar.gz
drakx-134de80b3002223620431aa6d06d4afc1bdc0fa5.tar.bz2
drakx-134de80b3002223620431aa6d06d4afc1bdc0fa5.tar.xz
drakx-134de80b3002223620431aa6d06d4afc1bdc0fa5.zip
(level_choose) explain to translators
Diffstat (limited to 'perl-install/security')
-rw-r--r--perl-install/security/level.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm
index d62d282f8..9b0bc6ee5 100644
--- a/perl-install/security/level.pm
+++ b/perl-install/security/level.pm
@@ -57,7 +57,10 @@ connections from many clients. Note: if your machine is only a client on the Int
}, [
{ label => N("Please choose the desired security level"), title => 1 },
{ val => $security, list => \@l, format => \&to_string,
- format => sub { N("%s: %s", to_string($_), formatAlaTeX($help{$_})) },
+ format => sub {
+ #-PO: this string is used to properly format "<security level>: <level description>"
+ N("%s: %s", to_string($_), formatAlaTeX($help{$_}));
+ },
type => 'list', gtk => { use_boxradio => 1 } },
if_($in->do_pkgs->is_installed('libsafe') && arch() =~ /^i.86/,
{ label => N("Use libsafe for servers"), val => $libsafe, type => 'bool', text =>