Make WordPress Core


Ignore:
Timestamp:
11/28/2012 09:00:09 PM (13 years ago)
Author:
nacin
Message:

Reorganize and polish the About WordPress 3.5 screen. Offer strings for translation.

props lessbloat, helenyhou, markjaquith, nacin.
fixes #22455.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/credits.php

    r21996 r22903  
    5353<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    5454
    55 <div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s is already making your website better, faster, and more attractive, just like you!' ), $display_version ); ?></div>
     55<div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s is more polished and enjoyable than ever before. We hope you like it.' ), $display_version ); ?></div>
    5656
    5757<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.