Punctuation tweaks to about.php. props jane. see #18742.

git-svn-id: https://develop.svn.wordpress.org/trunk@19421 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-23 19:22:46 +00:00
parent fc9bd67e14
commit e7dd8527a6
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ include( './admin-header.php' );
?>
<div class="wrap about-wrap">
<h1><?php printf( __( 'Welcome to WordPress %s!' ), $display_version ); ?></h1>
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
<div class="about-text"><?php _e( 'Thank you for updating to the latest version. Using WordPress 3.3 will improve your looks, personality, and web publishing experience. Okay, just the last one, but still :)' ); ?></div>
<div class="about-text"><?php _e( 'Thank you for updating to the latest version! Using WordPress 3.3 will improve your looks, personality, and web publishing experience. Okay, just the last one, but still. :)' ); ?></div>
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>