Index: wp-admin/about.php
===================================================================
--- wp-admin/about.php	(revisão 20631)
+++ wp-admin/about.php	(cópia de trabalho)
@@ -25,21 +25,24 @@
 
 <h2 class="nav-tab-wrapper">
 	<a href="about.php" class="nav-tab nav-tab-active">
-		<?php _e( 'What&#8217;s New' ); ?>
+		<?php _e( 'What&#8217;s New in 3.4' ); ?>
 	</a><a href="credits.php" class="nav-tab">
 		<?php _e( 'Credits' ); ?>
 	</a><a href="freedoms.php" class="nav-tab">
 		<?php _e( 'Freedoms' ); ?>
 	</a>
+	<a href="history.php" class="nav-tab alignright">
+		<?php _e( 'History' ); ?>
+	</a>
 </h2>
 
 <div class="changelog">
-	<h3><?php _e( 'Easier Uploading' ); ?></h3>
+	<h3><?php _e( 'Theme Customizer' ); ?></h3>
 
 	<div class="feature-section images-stagger-right">
 		<div class="feature-images">
-			<img src="<?php echo admin_url( 'images/screenshots/media-icon.png' ); ?>" width="200" class="angled-right" />
-			<img src="<?php echo admin_url( 'images/screenshots/drag-and-drop.png' ); ?>" width="200" class="angled-left" />
+			<img src="<?php echo admin_url( 'images/screenshots/theme-customizer.png' ); ?>" width="200" class="angled-right" />
+			<img src="<?php echo admin_url( 'images/screenshots/theme-customizer-2.png' ); ?>" width="200" class="angled-left" />
 		</div>
 		<div class="left-feature">
 			<h4><?php _e( 'File Type Detection' ); ?></h4>
