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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-11-23 19:22:46 +00:00
parent a7c296dd47
commit 388986f5b0
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>