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 038bc03..1ec7b2c 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 all users, handling dynamic content correctly.' +description: 'Caches pages incl. those with dynamic content for all users.' package: Core version: VERSION core: 8.x diff --git a/core/modules/editor/editor.info.yml b/core/modules/editor/editor.info.yml index be3aacc..5ace284 100644 --- a/core/modules/editor/editor.info.yml +++ b/core/modules/editor/editor.info.yml @@ -1,6 +1,6 @@ name: 'Text Editor' type: module -description: 'Provides a framework that other modules can use to add toolbars or other means to format content.' +description: 'Provides ways to show toolbars or other means to format content.' package: Core version: VERSION core: 8.x diff --git a/core/modules/field/field.info.yml b/core/modules/field/field.info.yml index 3ee7bad..626b5f5 100644 --- a/core/modules/field/field.info.yml +++ b/core/modules/field/field.info.yml @@ -1,6 +1,6 @@ name: Field type: module -description: 'Allows the definition of custom data fields for entity types.' +description: 'Enables the definition of custom data fields for entity types.' package: Core version: VERSION core: 8.x diff --git a/core/modules/filter/filter.info.yml b/core/modules/filter/filter.info.yml index 8f8d676..380f9eb 100644 --- a/core/modules/filter/filter.info.yml +++ b/core/modules/filter/filter.info.yml @@ -1,6 +1,6 @@ name: Filter type: module -description: 'Allows administrators to configure text formats to prepare content for display.' +description: 'Allows administrators to configure text formats that prepare content for display.' package: Core version: VERSION core: 8.x