Skip to content

Commit 6f6fcbe

Browse files
committed
Refresh whimsy. fixes #20794
git-svn-id: https://develop.svn.wordpress.org/trunk@20971 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 379ee2e commit 6f6fcbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-admin/about.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
2121

22-
<div class="about-text"><?php printf( __( 'Thank you for updating to the latest version! Using WordPress %s will improve your looks, personality, and web publishing experience. Okay, just the last one, but still. :)' ), $display_version ); ?></div>
22+
<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>
2323

2424
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
2525

0 commit comments

Comments
 (0)