Twenty Twelve: s/Show navigation/Show menu/ in small menu button text, props nacin. See #21562.

git-svn-id: http://core.svn.wordpress.org/trunk@21573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-08-21 17:31:33 +00:00
parent 9c8f2a32f2
commit 07f4865da3
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
</hgroup>
<nav class="site-navigation main-navigation" role="navigation">
<h3 class="menu-toggle"><?php _e( 'Show navigation', 'twentytwelve' ); ?></h3>
<h3 class="menu-toggle"><?php _e( 'Show menu', 'twentytwelve' ); ?></h3>
<div class="skip-link assistive-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a></div>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav>