From 82f7d72f89c7004c5d6896152953bc3cfeb913a8 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 25 May 2010 15:42:57 +0000 Subject: [PATCH] s/navigation menu/custom menu/ see #13519 git-svn-id: http://svn.automattic.com/wordpress/trunk@14888 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/nav-menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 5a4135c57..fbdef2463 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -428,7 +428,7 @@ if ( current_theme_supports('nav-menus') ) { } elseif ( current_theme_supports('widgets') ) { // Set up nav menu wp_nav_menu_setup(); - $messages[] = '

' . __('The current theme does not natively support menus, but you can use the “Navigation Menu” widget to add any menus you create here to the theme’s sidebar.') . '

'; + $messages[] = '

' . __('The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.') . '

'; } wp_initial_nav_menu_meta_boxes();