From: moodler Date: Tue, 19 Nov 2002 09:06:42 +0000 (+0000) Subject: Fixed some strings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2827f134cfe98927f2fd5abea4cb2d9ebdd9951c;p=moodle.git Fixed some strings --- diff --git a/lang/en/auth.php b/lang/en/auth.php index 3777c41a12..0b91f88196 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -1,5 +1,4 @@ ADOdb documentation for details)"; $string['auth_dbname'] = "Name of the database itself"; $string['auth_dbuser'] = "Username with read access to the database"; $string['auth_dbpass'] = "Password matching the above username"; $string['auth_dbtable'] = "Name of the table in the database"; $string['auth_dbfielduser'] = "Name of the field containing usernames"; $string['auth_dbfieldpass'] = "Name of the field containing passwords"; -$string['auth_db_instructions'] = "Use the same username and password as your school account"; $string['auth_nntptitle'] = "Use an NNTP server"; $string['auth_nntpdescription'] = "This method uses an NNTP server to check whether a given username and password is valid.";