From 2651790494933ba8446f0410ab2db5b196f32d1c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 20 Aug 2003 22:04:10 +0000 Subject: fix english (thanks to Arpad Biro) --- perl-install/security/l10n.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/security') 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"), -- cgit v1.2.1