summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-05-28 10:31:59 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-05-28 10:31:59 +0000
commit3969a3eb274f0a05de7a8eee90dcb54465ea24ea (patch)
tree3bed08ec110f6d2765cbc3b3df72608f57c929c8
parent379759d3a6a4bf32055f9fadbd56c7e7138a3f21 (diff)
downloaddrakx-backup-do-not-use-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.tar
drakx-backup-do-not-use-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.tar.gz
drakx-backup-do-not-use-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.tar.bz2
drakx-backup-do-not-use-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.tar.xz
drakx-backup-do-not-use-3969a3eb274f0a05de7a8eee90dcb54465ea24ea.zip
be a bit more polite
-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{$_} } },