diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 447e38266..89d694716 100644 --- a/install.php +++ b/install.php @@ -267,7 +267,7 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting '#size' => 45, ); - // Database username + // Database password $form['basic_options']['password'] = array( '#type' => 'password', '#title' => st('Database password'), |