diff --git a/core/modules/action/action.links.menu.yml b/core/modules/action/action.links.menu.yml index cd18014..3909ed9 100644 --- a/core/modules/action/action.links.menu.yml +++ b/core/modules/action/action.links.menu.yml @@ -1,5 +1,5 @@ action.admin: title: Actions - description: 'Manage the actions defined for your site.' + description: 'Create tasks that can be executed by the site.' route_name: entity.action.collection parent: system.admin_config_system diff --git a/core/modules/aggregator/aggregator.links.menu.yml b/core/modules/aggregator/aggregator.links.menu.yml index aafd082..5a4d0f1 100644 --- a/core/modules/aggregator/aggregator.links.menu.yml +++ b/core/modules/aggregator/aggregator.links.menu.yml @@ -1,6 +1,6 @@ aggregator.admin_overview: title: 'Feed aggregator' - description: 'Configure which content your site aggregates from other sites, how often it polls them, and how they''re categorized.' + description: 'Add feeds to gather external content and configure how often they are updated.' route_name: aggregator.admin_overview parent: system.admin_config_services weight: 10 diff --git a/core/modules/ban/ban.links.menu.yml b/core/modules/ban/ban.links.menu.yml index dc30e3a..47b7e1a 100644 --- a/core/modules/ban/ban.links.menu.yml +++ b/core/modules/ban/ban.links.menu.yml @@ -1,6 +1,6 @@ ban.admin_page: title: 'IP address bans' - description: 'Manage banned IP addresses.' + description: 'Ban visits to the site from individual IP addresses.' route_name: ban.admin_page weight: 10 parent: user.admin_index diff --git a/core/modules/config_translation/config_translation.links.menu.yml b/core/modules/config_translation/config_translation.links.menu.yml index 8f53899..971cf09 100644 --- a/core/modules/config_translation/config_translation.links.menu.yml +++ b/core/modules/config_translation/config_translation.links.menu.yml @@ -1,6 +1,6 @@ config_translation.mapper_list: title: 'Configuration translation' parent: system.admin_config_regional - description: 'Translate the configuration.' + description: 'Translate configuration items.' route_name: config_translation.mapper_list weight: 30 diff --git a/core/modules/editor/editor.module b/core/modules/editor/editor.module index 7fd85ec..d49bb71 100644 --- a/core/modules/editor/editor.module +++ b/core/modules/editor/editor.module @@ -48,7 +48,7 @@ function editor_help($route_name, RouteMatchInterface $route_match) { */ function editor_menu_links_discovered_alter(array &$links) { $links['filter.admin_overview']['title'] = new TranslatableString('Text formats and editors'); - $links['filter.admin_overview']['description'] = new TranslatableString('Configure the filtering and formatting of user-contributed content, and the text editor user interface (WYSIWYGs or toolbars).'); + $links['filter.admin_overview']['description'] = new TranslatableString('Select and configure text editors, and how content is filtered when displayed.'); } /** diff --git a/core/modules/image/image.links.menu.yml b/core/modules/image/image.links.menu.yml index 235d01c..9b72fb0 100644 --- a/core/modules/image/image.links.menu.yml +++ b/core/modules/image/image.links.menu.yml @@ -1,5 +1,5 @@ entity.image_style.collection: title: 'Image styles' - description: 'Configure styles that can be used for resizing or adjusting images on display.' + description: 'Configure styles to manipulate the display of images.' parent: system.admin_config_media route_name: entity.image_style.collection diff --git a/core/modules/language/language.links.menu.yml b/core/modules/language/language.links.menu.yml index 98a3d32..14029ec 100644 --- a/core/modules/language/language.links.menu.yml +++ b/core/modules/language/language.links.menu.yml @@ -1,6 +1,6 @@ entity.configurable_language.collection: title: Languages - description: 'Manage and configure languages for content and the user interface.' + description: 'Configure languages for content, interface and configuration.' route_name: entity.configurable_language.collection parent: system.admin_config_regional language.content_settings_page: diff --git a/core/modules/locale/locale.links.menu.yml b/core/modules/locale/locale.links.menu.yml index 41665ae..03a8ef7 100644 --- a/core/modules/locale/locale.links.menu.yml +++ b/core/modules/locale/locale.links.menu.yml @@ -1,6 +1,6 @@ locale.translate_page: title: 'User interface translation' - description: 'Translate the built-in user interface.' + description: 'Configure import of translation files, and add or customize interface translations.' route_name: locale.translate_page parent: system.admin_config_regional weight: 15 diff --git a/core/modules/path/path.links.menu.yml b/core/modules/path/path.links.menu.yml index 46bdd93..95fded2 100644 --- a/core/modules/path/path.links.menu.yml +++ b/core/modules/path/path.links.menu.yml @@ -1,6 +1,6 @@ path.admin_overview: title: 'URL aliases' - description: 'Change your site''s URL paths by aliasing them.' + description: 'Add custom URLs to existing internal paths.' route_name: path.admin_overview parent: system.admin_config_search weight: -5 diff --git a/core/modules/simpletest/simpletest.links.menu.yml b/core/modules/simpletest/simpletest.links.menu.yml index 9e1f007..3742fe3 100644 --- a/core/modules/simpletest/simpletest.links.menu.yml +++ b/core/modules/simpletest/simpletest.links.menu.yml @@ -1,6 +1,6 @@ simpletest.test_form: title: Testing - description: 'Run tests against Drupal core and your modules. These tests help assure that your site code is working as designed.' + description: 'Run tests against the site core code and enabled modules to assure that your code works as designed.' route_name: simpletest.test_form parent: system.admin_config_development weight: -5 diff --git a/core/modules/system/system.links.menu.yml b/core/modules/system/system.links.menu.yml index dcdd384..9bd3c2f 100644 --- a/core/modules/system/system.links.menu.yml +++ b/core/modules/system/system.links.menu.yml @@ -56,7 +56,7 @@ system.admin_config_services: system.rss_feeds_settings: title: 'RSS publishing' parent: system.admin_config_services - description: 'Configure the site description, the number of items per feed, and whether feeds should contain titles, titles plus teasers, or full-text.' + description: 'Configure the description and content of feeds provided by the site.' route_name: system.rss_feeds_settings system.admin_config_development: route_name: system.admin_config_development @@ -67,7 +67,7 @@ system.admin_config_development: system.site_maintenance_mode: title: 'Maintenance mode' parent: system.admin_config_development - description: 'Take the site offline for maintenance or bring it back online.' + description: 'Take the site offline or bring it back online.' route_name: system.site_maintenance_mode weight: -10 system.performance_settings: @@ -79,7 +79,7 @@ system.performance_settings: system.logging_settings: title: 'Logging and errors' parent: system.admin_config_development - description: 'Configure the logging of errors and display of error messages to different destinations, such as syslog, database, email, etc.' + description: 'Configure the logging of errors and the display of error messages.' route_name: system.logging_settings weight: -15 system.admin_config_regional: