diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 8fd84516e8..d012487806 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -498,7 +498,7 @@ if ( ! $locations_screen ) : // Main tab ) ); $editing_menus = '

' . __( 'Each custom menu may contain a mix of links to pages, categories, custom URLs or other content types. Menu links are added by selecting items from the expanding boxes in the left-hand column below.' ) . '

'; - $editing_menus .= '

' . __( 'Clicking the title of any menu item in the editor will reveal a standard group of settings. Additional settings such as link target, CSS classes, link relationships, and link descriptions can be enabled and disabled via the Screen Options tab.' ) . '

'; + $editing_menus .= '

' . __( 'Clicking the arrow to the right of any menu item in the editor will reveal a standard group of settings. Additional settings such as link target, CSS classes, link relationships, and link descriptions can be enabled and disabled via the Screen Options tab.' ) . '

'; $editing_menus .= '