diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-07-30 14:11:47 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-07-30 14:11:47 +0000 |
commit | 5e58662fe53a817a0b7bb353bee2ca4dc8a68b89 (patch) | |
tree | 2de8f0049c98773694f7a2a17fc05ad644b5c72f /perl-install/security/help.pm | |
parent | c3d3e067b685ddc6f8c00a359afdfeba9aaf595d (diff) | |
download | drakx-5e58662fe53a817a0b7bb353bee2ca4dc8a68b89.tar drakx-5e58662fe53a817a0b7bb353bee2ca4dc8a68b89.tar.gz drakx-5e58662fe53a817a0b7bb353bee2ca4dc8a68b89.tar.bz2 drakx-5e58662fe53a817a0b7bb353bee2ca4dc8a68b89.tar.xz drakx-5e58662fe53a817a0b7bb353bee2ca4dc8a68b89.zip |
improve explanations (#6969): do not shout, add quotes
Diffstat (limited to 'perl-install/security/help.pm')
-rw-r--r-- | perl-install/security/help.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm index f387f7a3a..267dcd866 100644 --- a/perl-install/security/help.pm +++ b/perl-install/security/help.pm @@ -20,7 +20,7 @@ our %help = ( #-PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is N("If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist. -If set to NONE, no issues are allowed. +If set to \"None\", no issues are allowed. Else only /etc/issue is allowed."), @@ -39,11 +39,11 @@ See pam_xauth(8) for more details.'"), 'allow_x_connections' => N("Allow X connections: -- All (all connections are allowed), +- \"All\" (all connections are allowed), -- Local (only connection from local machine), +- \"Local\" (only connection from local machine), -- None (no connection)."), +- \"None\" (no connection)."), 'allow_xserver_to_listen' => N("The argument specifies if clients are authorized to connect to the X server from the network on the tcp port 6000 or not."), |