From 4f2d69698c849e4e20ad5ae92b0652654a88f840 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 30 Jul 2010 01:59:14 +0000 Subject: - Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that MariaDB works, too. --- includes/install.core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/install.core.inc') diff --git a/includes/install.core.inc b/includes/install.core.inc index 4e6470836..443ec8aa4 100644 --- a/includes/install.core.inc +++ b/includes/install.core.inc @@ -858,7 +858,7 @@ function install_settings_form($form, &$form_state, &$install_state) { ); if (count($drivers) == 1) { $form['driver']['#disabled'] = TRUE; - $form['driver']['#description'] .= ' ' . st('Your PHP configuration only supports the %driver database type so it has been automatically selected.', array('%driver' => current($drivers))); + $form['driver']['#description'] .= ' ' . st('Your PHP configuration only supports a single database type, so it has been automatically selected.'); } // Database name. -- cgit v1.2.3