Make WordPress Core


Ignore:
Timestamp:
02/17/2016 06:57:09 PM (8 years ago)
Author:
ocean90
Message:

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

Props ckoerner.
Fixes #34897.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install.php

    r36176 r36553  
    351351<h1><?php _e( 'Success!' ); ?></h1>
    352352
    353 <p><?php _e( 'WordPress has been installed. Were you expecting more steps? Sorry to disappoint.' ); ?></p>
     353<p><?php _e( 'WordPress has been installed. Thank you, and enjoy!' ); ?></p>
    354354
    355355<table class="form-table install-success">
Note: See TracChangeset for help on using the changeset viewer.