summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-11 18:20:53 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-11 18:20:53 +0000
commit5dde02bb0c2cfd965a0f1fade686994149d5740e (patch)
treece7526e74b91c64e8699859dd84ba2eb027ab060 /install.php
parent047b4bde38cddcb278830a5f58a0407fa12fb096 (diff)
downloadbrdo-5dde02bb0c2cfd965a0f1fade686994149d5740e.tar.gz
brdo-5dde02bb0c2cfd965a0f1fade686994149d5740e.tar.bz2
#319636 by Xano: Change 'Database driver' to 'Database type' in install.php.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 27c28ba87..baf6437b1 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)),