summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index e3ea9ff5d..b45f0c28a 100644
--- a/install.php
+++ b/install.php
@@ -261,10 +261,10 @@ function install_settings_form($profile, $install_locale, $settings_file, $db_ur
'#description' => st('If your database server is listening to a non-standard port, enter its number.'),
);
- // Database prefix
+ // Table prefix
$form['advanced_options']['db_prefix'] = array(
'#type' => 'textfield',
- '#title' => st('Database prefix'),
+ '#title' => st('Table prefix'),
'#default_value' => $db_prefix,
'#size' => 45,
'#maxlength' => 45,