Install: Enhance the language of the "Success" message.

Props ckoerner.
Fixes #34897.
Built from https://develop.svn.wordpress.org/trunk@36553


git-svn-id: http://core.svn.wordpress.org/trunk@36520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-02-17 18:58:26 +00:00
parent 442a637e1e
commit de0e09983d
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ switch($step) {
<h1><?php _e( 'Success!' ); ?></h1>
<p><?php _e( 'WordPress has been installed. Were you expecting more steps? Sorry to disappoint.' ); ?></p>
<p><?php _e( 'WordPress has been installed. Thank you, and enjoy!' ); ?></p>
<table class="form-table install-success">
<tr>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36552';
$wp_version = '4.5-alpha-36553';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.