From d68134216768a2ef869c6a7a737d012a883b157b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 24 May 2010 19:27:57 +0000 Subject: [PATCH] Better text for locations box. Props filosofo. fixes #13520 see #13378 git-svn-id: https://develop.svn.wordpress.org/trunk@14846 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/nav-menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/nav-menu.php b/wp-admin/includes/nav-menu.php index 393b1d22ad..d75dedbd3e 100644 --- a/wp-admin/includes/nav-menu.php +++ b/wp-admin/includes/nav-menu.php @@ -407,7 +407,7 @@ function wp_nav_menu_locations_meta_box() { $menu_locations = get_nav_menu_locations(); $num_locations = count( array_keys($locations) ); - echo '

' . 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) ) . '

'; + echo '

' . 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) ) . '

'; foreach ( $locations as $location => $description ) { ?>