diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-05-28 10:31:59 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-05-28 10:31:59 +0000 |
commit | 3969a3eb274f0a05de7a8eee90dcb54465ea24ea (patch) | |
tree | 3bed08ec110f6d2765cbc3b3df72608f57c929c8 /perl-install | |
parent | 379759d3a6a4bf32055f9fadbd56c7e7138a3f21 (diff) | |
download | drakx-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.tar drakx-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.tar.gz drakx-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.tar.bz2 drakx-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.tar.xz drakx-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.zip |
be a bit more polite
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 2 |
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{$_} } }, |