diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-22 17:20:22 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-02-22 17:20:22 +0000 |
commit | 9941145e1fdb1db3dce16a76707b138161e6d995 (patch) | |
tree | c5389436986628b4d5eec7acc6875187b689b2d9 /perl-install/any.pm | |
parent | 74fb93802dbeddc4c8b9912511eea39a786656e0 (diff) | |
download | drakx-9941145e1fdb1db3dce16a76707b138161e6d995.tar drakx-9941145e1fdb1db3dce16a76707b138161e6d995.tar.gz drakx-9941145e1fdb1db3dce16a76707b138161e6d995.tar.bz2 drakx-9941145e1fdb1db3dce16a76707b138161e6d995.tar.xz drakx-9941145e1fdb1db3dce16a76707b138161e6d995.zip |
better rephrasing
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 8a9bd163d..eb1d11aa8 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1016,10 +1016,10 @@ but very sensitive: it must not be used for a machine connected to others 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(_("This is the standard security recommended for a computer that will be used to connect to the Internet as a client.")), - 3 => formatAlaTeX(_("Standard security, but we already set some restrictions, and more automatic checks are run every night.")), + 3 => formatAlaTeX(_("There are already some restrictions, and more automatic checks are run every night.")), 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. Note: if your machine is only a client on the Internet, you should better choose the previous level.")), +connections from many clients. Note: if your machine is only a client on the Internet, you should better choose a lower level.")), 5 => formatAlaTeX(_("Based on the previous level, but the system is entirely closed. Security features are at their maximum.")), ); |