summaryrefslogtreecommitdiffstats
path: root/perl-install/security/l10n.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-08-20 22:04:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-08-20 22:04:10 +0000
commit2651790494933ba8446f0410ab2db5b196f32d1c (patch)
tree2701cdc5ff33e3519a2b14367a29f874dc811220 /perl-install/security/l10n.pm
parent34cdbb6bc4239174fe39bac4508aef18be8e14c4 (diff)
downloaddrakx-2651790494933ba8446f0410ab2db5b196f32d1c.tar
drakx-2651790494933ba8446f0410ab2db5b196f32d1c.tar.gz
drakx-2651790494933ba8446f0410ab2db5b196f32d1c.tar.bz2
drakx-2651790494933ba8446f0410ab2db5b196f32d1c.tar.xz
drakx-2651790494933ba8446f0410ab2db5b196f32d1c.zip
fix english (thanks to Arpad Biro)
Diffstat (limited to 'perl-install/security/l10n.pm')
-rw-r--r--perl-install/security/l10n.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/security/l10n.pm b/perl-install/security/l10n.pm
index 64d0c2520..17e9bb017 100644
--- a/perl-install/security/l10n.pm
+++ b/perl-install/security/l10n.pm
@@ -18,7 +18,7 @@ sub fields() {
'allow_root_login' => N("Direct root login"),
'allow_user_list' => N("List users on display managers (kdm and gdm)"),
'allow_x_connections' => N("Allow X Window connections"),
- 'allow_xserver_to_listen' => N("Authorize TCP connections X Window"),
+ 'allow_xserver_to_listen' => N("Authorize TCP connections to X Window"),
'authorize_services' => N("Authorize all services controlled by tcp_wrappers"),
'create_server_link' => N("Chkconfig obey msec rules"),
'enable_at_crontab' => N("Enable \"crontab\" and \"at\" for users"),
@@ -36,7 +36,7 @@ sub fields() {
'no_password_aging_for' => N("No password aging for"),
'password_aging' => N("Set password expiration and account inactivation delays"),
'password_history' => N("Password history length"),
- 'password_length' => N("Password minimum length and number of digit and upcase letters"),
+ 'password_length' => N("Password minimum length and number of digits and upcase letters"),
'set_root_umask' => N("Root umask"),
'set_shell_history_size' => N("Shell history size"),
'set_shell_timeout' => N("Shell timeout"),
@@ -53,7 +53,7 @@ sub fields() {
CHECK_UNOWNED => N("Report unowned files"),
CHECK_WRITABLE => N("Check files/directories writable by everybody"),
CHKROOTKIT_CHECK => N("Run chkrootkit checks"),
- MAIL_EMPTY_CONTENT => N("Do not send mails when uneeded"),
+ MAIL_EMPTY_CONTENT => N("Do not send mails when unneeded"),
MAIL_USER => N("If set, send the mail report to this email address else send it to root"),
MAIL_WARN => N("Report check result by mail"),
RPM_CHECK => N("Run some checks against the rpm database"),