diff --git a/wp-admin/install.php b/wp-admin/install.php index bc5234cb1f..f139b135ba 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -118,7 +118,7 @@ function display_setup_form( $error = null ) { // Let's check to make sure WP isn't already installed. if ( is_blog_installed() ) { display_header(); - die( '

' . __( 'Already Installed' ) . '

' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '

' ); + die( '

' . __( 'Already Installed' ) . '

' . __( 'You appear to have already installed WordPress. To reinstall please clear your old database tables first.' ) . '

' . __('Log In') . '

' ); } $php_version = phpversion();