diff -u b/core/modules/menu/menu.module b/core/modules/menu/menu.module --- b/core/modules/menu/menu.module +++ b/core/modules/menu/menu.module @@ -40,7 +40,7 @@ $output .= '
' . t('Managing menus') . '
'; $output .= '
' . t('Users with the Administer menus and menu items permission can add, edit, and delete custom menus on the Menus page. Custom menus can be special site menus, menus of external links, or any combination of internal and external links. You may create an unlimited number of additional menus, each of which will automatically have an associated block (if you have the Block module installed). By selecting Edit menu, you can add, edit, or delete links for a given menu. The links listing page provides a drag-and-drop interface for controlling the order of links, and creating a hierarchy within the menu.', array('!block_help' => \Drupal::url('help.page', array('name' => 'block')), '!menu' => \Drupal::url('menu.overview_page'))) . '
'; $output .= '
' . t('Displaying menus') . '
'; - $output .= '
' . t('Each menu that you create, is rendered in a block that you enable and position on the Block layout page.', array('!blocks' => \Drupal::url('block.admin_display'))) . '
'; + $output .= '
' . t('Each menu that you create is rendered in a block that you enable and position on the Block layout page. In some themes the main and secondary menu are printed in the template. These menu\'s can be disabled via the theme\'s settings page.', array('!blocks' => \Drupal::url('block.admin_display'), '!themes' => \Drupal::url('system.themes_page'), '!theme_settings' => \Drupal::url('system.theme_settings'))) . '
'; $output .= ''; return $output; }