summaryrefslogtreecommitdiffstats
path: root/perl-install/security
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/security')
-rw-r--r--perl-install/security/level.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm
index 90ea34751..5fc20738b 100644
--- a/perl-install/security/level.pm
+++ b/perl-install/security/level.pm
@@ -59,7 +59,7 @@ connections from many clients. Note: if your machine is only a client on the Int
{ 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{$_}));
+ N("%s[:] %s", to_string($_[0]), formatAlaTeX($help{$_[0]}));
},
type => 'list', gtk => { use_boxradio => 1 } },
{ label => N("Security Administrator:"), title => 1 },