From 811a6f64c5c7b11c483fbf461be422a564a3508c Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 2 Dec 2003 03:53:21 +0000 Subject: [PATCH] FIxed missing quotes --- lang/en/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/auth.php b/lang/en/auth.php index 5296777cb0..6c88a34207 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -12,7 +12,7 @@ $string['auth_dbpass'] = 'Password matching the above username'; $string['auth_dbpasstype'] = 'Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke'; $string['auth_dbtable'] = 'Name of the table in the database'; $string['auth_dbtitle'] = 'Use an external database'; -$string['auth_dbtype'] = 'The database type (See the ADOdb documentation for details)'; +$string['auth_dbtype'] = 'The database type (See the ADOdb documentation for details)'; $string['auth_dbuser'] = 'Username with read access to the database'; $string['auth_emaildescription'] = 'Email confirmation is the default authentication method. When the user signs up, choosing their own new username and password, a confirmation email is sent to the user\'s email address. This email contains a secure link to a page where the user can confirm their account. Future logins just check the username and password against the stored values in the Moodle database.'; $string['auth_emailtitle'] = 'Email-based authentication'; -- 2.39.5