summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-01-29 13:35:51 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-01-29 13:35:51 +0000
commitdbb6c39b7457cca562c1fc802b8d7713b79ec07c (patch)
tree76db454a5ff190c5e7f13f20784dcd3bfd72a5ed /perl-install/any.pm
parentc3a56db954023550258c3e962c12c68572a4b7eb (diff)
downloaddrakx-backup-do-not-use-dbb6c39b7457cca562c1fc802b8d7713b79ec07c.tar
drakx-backup-do-not-use-dbb6c39b7457cca562c1fc802b8d7713b79ec07c.tar.gz
drakx-backup-do-not-use-dbb6c39b7457cca562c1fc802b8d7713b79ec07c.tar.bz2
drakx-backup-do-not-use-dbb6c39b7457cca562c1fc802b8d7713b79ec07c.tar.xz
drakx-backup-do-not-use-dbb6c39b7457cca562c1fc802b8d7713b79ec07c.zip
use formatAlaTeX for describing security levels
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm22
1 files changed, 11 insertions, 11 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 53f58f1b0..f5bf4cc8e 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1001,19 +1001,19 @@ sub choose_security_level {
5 => _("Paranoid"),
);
my %help = (
- 0 => _("This level is to be used with care. It makes your system more easy to use,
+ 0 => formatAlaTeX(_("This level is to be used with care. It makes your system more easy to use,
but very sensitive: it must not be used for a machine connected to others
-or to the Internet. There is no password access."),
- 1 => _("Password are now enabled, but use as a networked computer is still not recommended."),
- 2 => _("Few improvements for this security level, the main one is that there are
-more security warnings and checks."),
- 3 => _("This is the standard security recommended for a computer that will be used
-to connect to the Internet as a client. There are now security checks. "),
- 4 => _("With this security level, the use of this system as a server becomes possible.
+or to the Internet. There is no password access.")),
+ 1 => formatAlaTeX(_("Password are now enabled, but use as a networked computer is still not recommended.")),
+ 2 => formatAlaTeX(_("Few improvements for this security level, the main one is that there are
+more security warnings and checks.")),
+ 3 => formatAlaTeX(_("This is the standard security recommended for a computer that will be used
+to connect to the Internet as a client. There are now security checks. ")),
+ 4 => formatAlaTeX(_("With this security level, the use of this system as a server becomes possible.
The security is now high enough to use the system as a server which accept
-connections from many clients. "),
- 5 => _("We take level 4 features, but now the system is entirely closed.
-Security features are at their maximum."),
+connections from many clients. ")),
+ 5 => formatAlaTeX(_("We take level 4 features, but now the system is entirely closed.
+Security features are at their maximum.")),
);
delete @l{0,1};
delete $l{5} if !$::expert;