diff --git a/core/modules/datetime/datetime.info.yml b/core/modules/datetime/datetime.info.yml index 3660c2b..34612be 100644 --- a/core/modules/datetime/datetime.info.yml +++ b/core/modules/datetime/datetime.info.yml @@ -1,6 +1,6 @@ name: Datetime type: module -description: 'Defines fields that store dates and times.' +description: 'Defines field types that store dates and times.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/editor/editor.info.yml b/core/modules/editor/editor.info.yml index 804b4dd..cff0760 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 for other modules to add text editors and toolbars to text fields.' +description: 'Provides a framework that other modules can use to add text editors and toolbars to text fields.' package: Core version: VERSION core: 8.x diff --git a/core/modules/entity_reference/entity_reference.info.yml b/core/modules/entity_reference/entity_reference.info.yml index 43ef6b5..206c6f3 100644 --- a/core/modules/entity_reference/entity_reference.info.yml +++ b/core/modules/entity_reference/entity_reference.info.yml @@ -1,6 +1,6 @@ name: 'Entity Reference' type: module -description: 'Defines fields that contain links to other entities within the site.' +description: 'Defines field types that contain links to other entities within the site.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/file/file.info.yml b/core/modules/file/file.info.yml index 3e245c9..bd6126e 100644 --- a/core/modules/file/file.info.yml +++ b/core/modules/file/file.info.yml @@ -1,6 +1,6 @@ name: File type: module -description: 'Defines a field type that contain files.' +description: 'Defines field types that contain files.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/image/image.info.yml b/core/modules/image/image.info.yml index 90394b2..53bf27a 100644 --- a/core/modules/image/image.info.yml +++ b/core/modules/image/image.info.yml @@ -1,6 +1,6 @@ name: Image type: module -description: 'Defines fields that contain image files and provides tools to configure their display.' +description: 'Defines field types that contain image files and provides tools to configure their display.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/link/link.info.yml b/core/modules/link/link.info.yml index 9e542b2..238f41b 100644 --- a/core/modules/link/link.info.yml +++ b/core/modules/link/link.info.yml @@ -1,6 +1,6 @@ name: Link type: module -description: 'Defines fields that contain internal or external URLs.' +description: 'Defines field types that contain internal or external URLs.' core: 8.x package: Field types version: VERSION diff --git a/core/modules/options/options.info.yml b/core/modules/options/options.info.yml index 45fe752..05c08c4 100644 --- a/core/modules/options/options.info.yml +++ b/core/modules/options/options.info.yml @@ -1,6 +1,6 @@ name: Options type: module -description: 'Defines fields with select lists, checkboxes, or radio buttons to select values from a fixed list of options.' +description: 'Defines field types with select lists, checkboxes, or radio buttons to select values from fixed lists of options.' package: Field types version: VERSION core: 8.x