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

merge-requests/26/head
Angie Byron 2008-10-11 18:20:53 +00:00
parent 047b4bde38
commit 5dde02bb0c
1 changed files with 1 additions and 1 deletions

View File

@ -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)),