summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-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 acecf3c4c..7ca57f578 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1056,7 +1056,7 @@ connections from many clients. Note: if your machine is only a client on the Int
delete @l{0,1};
delete $l{5} if !$::expert;
- $in->ask_from('', _("Choose security level") . "\n\n" .
+ $in->ask_from('', _("Please choose the desired security level.") . "\n\n" .
join('', map { "$l{$_}: " . formatAlaTeX($help{$_}) . "\n\n" } keys %l),
[
{ label => _("Security level"), val => $security, list => [ sort keys %l ], format => sub { $l{$_} } },