From 3969a3eb274f0a05de7a8eee90dcb54465ea24ea Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 28 May 2002 10:31:59 +0000 Subject: be a bit more polite --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{$_} } }, -- cgit v1.2.1