diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-21 12:29:06 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-01-21 12:29:06 +0000 |
commit | 424f21c103811b61abfb7475f201d8fc98f4def3 (patch) | |
tree | 9e5a7576b11d952746e60be76a6ae288acab8341 /perl-install/security | |
parent | ac667d819bf1f91fd4190d2f3aac2a91f07723f5 (diff) | |
download | drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar.gz drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar.bz2 drakx-424f21c103811b61abfb7475f201d8fc98f4def3.tar.xz drakx-424f21c103811b61abfb7475f201d8fc98f4def3.zip |
English proofreading (first pass)
Diffstat (limited to 'perl-install/security')
-rw-r--r-- | perl-install/security/level.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index 1b2ef136d..fabc9f150 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -57,9 +57,9 @@ sub level_choose { ); my %help = ( 0 => N("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 +but very sensitive. It must not be used for a machine connected to others or to the Internet. There is no password access."), - 1 => N("Password are now enabled, but use as a networked computer is still not recommended."), + 1 => N("Passwords are now enabled, but use as a networked computer is still not recommended."), 2 => N("This is the standard security recommended for a computer that will be used to connect to the Internet as a client."), 3 => N("There are already some restrictions, and more automatic checks are run every night."), 4 => N("With this security level, the use of this system as a server becomes possible. |