diff options
-rw-r--r-- | install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.php b/install.php index 61aced16b..c70106998 100644 --- a/install.php +++ b/install.php @@ -234,7 +234,6 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting $form['basic_options'] = array( '#type' => 'fieldset', '#title' => st('Basic options'), - '#description' => '<p>' . st('To set up your @drupal database, enter the following information.', array('@drupal' => drupal_install_profile_name())) . '</p>', ); $form['basic_options']['driver'] = array( |