diff --git a/install.php b/install.php index e3ea9ff5d40d1a4d4bb99526068dc86a295cf239..b45f0c28a9d2ccce7cb03566ccbe933ef45af6e5 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,