From dea3ce5b0347dbbdc9bf8d6e47df36fd085284e3 Mon Sep 17 00:00:00 2001 From: paca70 Date: Mon, 8 Nov 2004 19:34:43 +0000 Subject: [PATCH] Added missing string for ldap_opt_deref --- lang/en/auth.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/en/auth.php b/lang/en/auth.php index 5f76dcc7d5..0b4b54e296 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -1,5 +1,5 @@ 0 if you like to search users from subcontexts.'; $string['auth_ldap_server_settings'] = 'LDAP server settings'; @@ -77,8 +78,8 @@ $string['auth_nonedescription'] = 'Users can sign in and create valid accounts i $string['auth_nonetitle'] = 'No authentication'; $string['auth_pamdescription'] = 'This method uses PAM to access the native usernames on this server. You have to install PHP4 PAM Authentication in order to use this module.'; $string['auth_pamtitle'] = 'PAM (Pluggable Authentication Modules)'; -$string['auth_passwordwillexpire'] = 'Your password will expire in $a days. Do you want change your password now?'; $string['auth_passwordisexpired'] = 'Your password is expired. Do you want change your password now?'; +$string['auth_passwordwillexpire'] = 'Your password will expire in $a days. Do you want change your password now?'; $string['auth_pop3description'] = 'This method uses a POP3 server to check whether a given username and password is valid.'; $string['auth_pop3host'] = 'The POP3 server address. Use the IP number, not DNS name.'; $string['auth_pop3mailbox'] = 'Name of the mailbox to attempt a connection with. (usually INBOX)'; -- 2.39.5