From 5c2bf5d3ab32454d0da0302a75f4232db63382e5 Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Sun, 4 Oct 2015 23:38:58 -0700 Subject: [PATCH] Issue #2578989 by ifrik, alvar0hurtad0, jhodgdon, Bojhan, snehi, mairi, rachel_norfolk: Update link descriptions on the Configuration page that are not correct for D8 --- core/modules/aggregator/aggregator.links.menu.yml | 2 +- core/modules/language/language.links.menu.yml | 2 +- core/modules/path/path.links.menu.yml | 2 +- core/modules/simpletest/simpletest.links.menu.yml | 2 +- core/modules/user/user.links.menu.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/modules/aggregator/aggregator.links.menu.yml b/core/modules/aggregator/aggregator.links.menu.yml index aafd08266d00..dd2735bd1f3b 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 or import OPMLs 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/language/language.links.menu.yml b/core/modules/language/language.links.menu.yml index 3b012283863c..e0c8b3dff3d5 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: '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/path/path.links.menu.yml b/core/modules/path/path.links.menu.yml index 46bdd93d5d15..4f394a055fec 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 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 9e1f007f577c..1b6b2f9d8940 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''s core code and enabled modules to review your code.' route_name: simpletest.test_form parent: system.admin_config_development weight: -5 diff --git a/core/modules/user/user.links.menu.yml b/core/modules/user/user.links.menu.yml index 46a2947f5b0e..3e015ee18af0 100644 --- a/core/modules/user/user.links.menu.yml +++ b/core/modules/user/user.links.menu.yml @@ -24,6 +24,6 @@ user.admin_index: entity.user.admin_form: title: 'Account settings' parent: user.admin_index - description: 'Configure default behavior of users, including registration requirements, emails, and fields.' + description: 'Configure default user account settings, including fields, registration requirements, and email messages.' weight: -10 route_name: entity.user.admin_form -- GitLab