summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-30 01:59:14 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-30 01:59:14 +0000
commit4f2d69698c849e4e20ad5ae92b0652654a88f840 (patch)
tree4b6e9a2281282e05d46d2878d999d9a9bb8cb3e4 /includes/install.core.inc
parent7c9948f0db243d26aebf396c175f9df07e2282bc (diff)
downloadbrdo-4f2d69698c849e4e20ad5ae92b0652654a88f840.tar.gz
brdo-4f2d69698c849e4e20ad5ae92b0652654a88f840.tar.bz2
- Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that MariaDB works, too.
Diffstat (limited to 'includes/install.core.inc')
-rw-r--r--includes/install.core.inc2
1 files changed, 1 insertions, 1 deletions
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.