diff options
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 9d4f34154..02b884ada 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1089,7 +1089,7 @@ or to the Internet. There is no password access."), 3 => _("There are already some restrictions, and more automatic checks are run every night."), 4 => _("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 can accept -connections from many clients. Note: if your machine is only a client on the Internet, you should better choose a lower level."), +connections from many clients. Note: if your machine is only a client on the Internet, you should choose a lower level."), 5 => _("This is similar to the previous level, but the system is entirely closed and security features are at their maximum."), ); delete @l{0,1}; |