Better text for locations box. Props filosofo. fixes #13520 see #13378

git-svn-id: http://svn.automattic.com/wordpress/trunk@14846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-05-24 19:27:57 +00:00
parent e3e565321c
commit 364584e3d9
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ function wp_nav_menu_locations_meta_box() {
$menu_locations = get_nav_menu_locations();
$num_locations = count( array_keys($locations) );
echo '<p class="howto">' . sprintf( _n('Your theme supports %s menu. Select where you would like it to appear.', 'Your theme supports %s menus. Select where you would like them to appear.', $num_locations), number_format_i18n($num_locations) ) . '</p>';
echo '<p class="howto">' . sprintf( _n('Your theme supports %s menu. Select which menu you would like to use.', 'Your theme supports %s menus. Select which menu appears in each location.', $num_locations ), number_format_i18n($num_locations) ) . '</p>';
foreach ( $locations as $location => $description ) {
?>