From 1668cd75f2caabe5ad1e359d123bd6e3663506e8 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 10 Mar 2012 11:04:51 +0100 Subject: [PATCH] MDL-31494 fix link to adodb driver docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit target="_bank" is valid again in html5, it does help a lot here no matter what legacy accessibility guides say… --- auth/db/lang/en/auth_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/db/lang/en/auth_db.php b/auth/db/lang/en/auth_db.php index 2443235bb0d..6f42064fb0c 100644 --- a/auth/db/lang/en/auth_db.php +++ b/auth/db/lang/en/auth_db.php @@ -57,7 +57,7 @@ $string['auth_dbsybasequoting'] = 'Use sybase quotes'; $string['auth_dbsybasequotinghelp'] = 'Sybase style single quote escaping - needed for Oracle, MS SQL and some other databases. Do not use for MySQL!'; $string['auth_dbtable'] = 'Name of the table in the database'; $string['auth_dbtable_key'] = 'Table'; -$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_dbtype_key'] = 'Database'; $string['auth_dbupdatinguser'] = 'Updating user {$a->name} id {$a->id}'; $string['auth_dbuser'] = 'Username with read access to the database';