From 5dde02bb0c2cfd965a0f1fade686994149d5740e Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Sat, 11 Oct 2008 18:20:53 +0000 Subject: [PATCH] #319636 by Xano: Change 'Database driver' to 'Database type' in install.php. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 27c28ba87804..baf6437b1e9e 100644 --- a/install.php +++ b/install.php @@ -244,7 +244,7 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting else { $form['basic_options']['driver'] = array( '#type' => 'radios', - '#title' => st('Database driver'), + '#title' => st('Database type'), '#required' => TRUE, '#options' => $drivers, '#default_value' => !empty($database['driver']) ? $database['driver'] : current(array_keys($drivers)), -- GitLab