Index: wp-admin/freedoms.php
===================================================================
--- wp-admin/freedoms.php	(revisão 20631)
+++ wp-admin/freedoms.php	(cópia de trabalho)
@@ -25,12 +25,15 @@
 
 <h2 class="nav-tab-wrapper">
 	<a href="about.php" class="nav-tab">
-		<?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 nav-tab-active">
 		<?php _e( 'Freedoms' ); ?>
 	</a>
+	<a href="history.php" class="nav-tab alignright">
+		<?php _e( 'History' ); ?>
+	</a>
 </h2>
 
 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'http://wordpress.org/about/license/' ); ?></p>
