Skip to content
Snippets Groups Projects
Commit 5dde02bb authored by Angie Byron's avatar Angie Byron
Browse files

#319636 by Xano: Change 'Database driver' to 'Database type' in install.php.

parent 047b4bde
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting ...@@ -244,7 +244,7 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting
else { else {
$form['basic_options']['driver'] = array( $form['basic_options']['driver'] = array(
'#type' => 'radios', '#type' => 'radios',
'#title' => st('Database driver'), '#title' => st('Database type'),
'#required' => TRUE, '#required' => TRUE,
'#options' => $drivers, '#options' => $drivers,
'#default_value' => !empty($database['driver']) ? $database['driver'] : current(array_keys($drivers)), '#default_value' => !empty($database['driver']) ? $database['driver'] : current(array_keys($drivers)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment