Index: wp-admin/about.php
===================================================================
--- wp-admin/about.php	(revision 20998)
+++ wp-admin/about.php	(working copy)
@@ -96,18 +96,18 @@
 
 	<div class="feature-section three-col">
 		<div>
-			<h4><?php _e( 'Faster WP_Query' ); ?></h4>
-			<p><?php _e( 'Post queries have been optimized to improve performance, especially for sites with large databases.' ); ?></p>
+			<h4><?php _e( 'Faster Post Queries' ); ?></h4>
+			<p><?php _e( '<code>WP_Query</code> has been optimized to improve performance, especially for sites with large databases.' ); ?></p>
 
 			<h4><?php _e( 'Faster Translations' ); ?></h4>
 			<p><?php _e( 'The number of strings loaded on the front end was greatly reduced, resulting in faster front page load times for localized installations.' ); ?> <?php _e( 'Also, better support for East Asian languages, right-to-left languages, theme translations, and more.' ); ?></p>
 		</div>
 		<div>
 			<h4><?php _e( 'Themes API' ); ?></h4>
-			<p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, makes use of persistent caching.' ); ?></p>
+			<p><?php _e( '<code>WP_Theme</code>, <code>wp_get_themes()</code>, <code>wp_get_theme()</code>. Faster, uses less memory, makes use of persistent caching.' ); ?></p>
 
 			<h4><?php _e( 'Custom Header and Background API' ); ?></h4>
-			<p><?php  _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>
+			<p><?php _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>
 		</div>
 		<div class="last-feature">
 			<h4><?php _e( 'XML-RPC API' ); ?></h4>
