diff --git a/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml b/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml index 00db97d..17ff15a 100644 --- a/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml +++ b/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml @@ -1,6 +1,6 @@ name: Internal Dynamic Page Cache type: module -description: 'Caches pages for any user, handling dynamic content correctly.' +description: 'Caches pages for all users in the database, handling dynamic content correctly.' package: Core version: VERSION core: 8.x diff --git a/core/modules/help/help.info.yml b/core/modules/help/help.info.yml index ee4c643..125e3c8 100644 --- a/core/modules/help/help.info.yml +++ b/core/modules/help/help.info.yml @@ -1,6 +1,6 @@ name: Help type: module -description: 'Manages the display of online help.' +description: 'Generates help pages and provides a Help block with page-level help.' package: Core version: VERSION core: 8.x diff --git a/core/modules/history/history.info.yml b/core/modules/history/history.info.yml index aeb678c..d4b9ac6 100644 --- a/core/modules/history/history.info.yml +++ b/core/modules/history/history.info.yml @@ -1,6 +1,6 @@ name: History type: module -description: 'Records which user has read which content.' +description: 'Keeps track of which content a user has read and marks it as new or updated based on time.' package: Core version: VERSION core: 8.x diff --git a/core/modules/menu_ui/menu_ui.info.yml b/core/modules/menu_ui/menu_ui.info.yml index 5ac594e..5e19378 100644 --- a/core/modules/menu_ui/menu_ui.info.yml +++ b/core/modules/menu_ui/menu_ui.info.yml @@ -1,6 +1,6 @@ name: Menu UI type: module -description: 'Allows administrators to customize the site navigation menu.' +description: 'Provides an interface for managing menus.' package: Core version: VERSION core: 8.x diff --git a/core/modules/node/node.info.yml b/core/modules/node/node.info.yml index cdbef85..2ec0158 100644 --- a/core/modules/node/node.info.yml +++ b/core/modules/node/node.info.yml @@ -1,6 +1,6 @@ name: Node type: module -description: 'Allows content to be submitted to the site and displayed on pages.' +description: 'Manages the creation, editing, deletion, configuration and display of the main site content.' package: Core version: VERSION core: 8.x diff --git a/core/modules/path/path.info.yml b/core/modules/path/path.info.yml index ba2c759..8f38a2a 100644 --- a/core/modules/path/path.info.yml +++ b/core/modules/path/path.info.yml @@ -1,6 +1,6 @@ name: Path type: module -description: 'Allows users to rename URLs.' +description: 'Allows users to specify a custom URL for an existing internal system path.' package: Core version: VERSION core: 8.x diff --git a/core/modules/quickedit/quickedit.info.yml b/core/modules/quickedit/quickedit.info.yml index cf7d0fd..a898233 100644 --- a/core/modules/quickedit/quickedit.info.yml +++ b/core/modules/quickedit/quickedit.info.yml @@ -1,6 +1,6 @@ name: Quick Edit type: module -description: 'In-place content editing.' +description: 'Allows users to edit field content without visiting a separate page.' package: Core core: 8.x version: VERSION diff --git a/core/modules/search/search.info.yml b/core/modules/search/search.info.yml index 97b7d3f..f62981b 100644 --- a/core/modules/search/search.info.yml +++ b/core/modules/search/search.info.yml @@ -1,6 +1,6 @@ name: Search type: module -description: 'Enables site-wide keyword searching.' +description: 'Provides the ability to set up search pages based on plugins provided by other modules.' package: Core version: VERSION core: 8.x