diff --git a/core/modules/action/action.info.yml b/core/modules/action/action.info.yml index b8de0ec..4599245 100644 --- a/core/modules/action/action.info.yml +++ b/core/modules/action/action.info.yml @@ -1,6 +1,6 @@ name: Actions type: module -description: 'Provides tasks that can be executed by the system on specfic events.' +description: 'Allows configuration of tasks for the system to execute in response to events' package: Core version: VERSION core: 8.x diff --git a/core/modules/ban/ban.info.yml b/core/modules/ban/ban.info.yml index ab002cd..070cb29 100644 --- a/core/modules/ban/ban.info.yml +++ b/core/modules/ban/ban.info.yml @@ -1,6 +1,6 @@ name: Ban type: module -description: 'Enables administrators to ban visits to the site from specific IP addresses.' +description: 'Enables users to ban visits from specific IP addresses.' package: Core version: VERSION core: 8.x diff --git a/core/modules/dblog/dblog.info.yml b/core/modules/dblog/dblog.info.yml index d3c1ad7..19ef892 100644 --- a/core/modules/dblog/dblog.info.yml +++ b/core/modules/dblog/dblog.info.yml @@ -1,6 +1,6 @@ name: 'Database Logging' type: module -description: 'Logs system events in the site database.' +description: 'Logs system events in the database.' package: Core version: VERSION core: 8.x 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 5d8f3fa..304177b 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 including those with dynamic content for all users.' +description: 'Caches pages, including 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 cff0760..cdf5ee9 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 text editors and toolbars to text fields.' +description: 'Provides a framework to associate text editors and toolbars with text formats.' 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 206c6f3..21e6b19 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 field types that contain links to other entities within the site.' +description: 'Defines field types that contain links to other entities.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/filter/filter.info.yml b/core/modules/filter/filter.info.yml index 41a0dcc..dd633ca 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 userss to configure text formats that prepare content for display.' +description: 'Allows users to configure text formats that prepare content for display.' package: Core version: VERSION core: 8.x diff --git a/core/modules/language/language.info.yml b/core/modules/language/language.info.yml index 0a82899..aaf68c4 100644 --- a/core/modules/language/language.info.yml +++ b/core/modules/language/language.info.yml @@ -1,6 +1,6 @@ name: Language type: module -description: 'Allows users to configure the languages available in the site.' +description: 'Allows users to configure available languages.' package: Multilingual version: VERSION core: 8.x diff --git a/core/modules/migrate/migrate.info.yml b/core/modules/migrate/migrate.info.yml index a2572a7..44c092d 100644 --- a/core/modules/migrate/migrate.info.yml +++ b/core/modules/migrate/migrate.info.yml @@ -1,6 +1,6 @@ name: Migrate type: module -description: 'Provides a framework to migrate data, usually from an external source into the site.' +description: 'Provides a framework to migrate data into the site.' package: Core (Experimental) version: VERSION core: 8.x diff --git a/core/modules/migrate_drupal/migrate_drupal.info.yml b/core/modules/migrate_drupal/migrate_drupal.info.yml index e4c393d..d04d18b 100644 --- a/core/modules/migrate_drupal/migrate_drupal.info.yml +++ b/core/modules/migrate_drupal/migrate_drupal.info.yml @@ -1,6 +1,6 @@ name: 'Migrate Drupal' type: module -description: 'Provides a framework to migrate data from older Drupal sites into the site.' +description: 'Provides a framework to migrating data from previous versions of Drupal into the site.' package: Core (Experimental) version: VERSION core: 8.x diff --git a/core/modules/options/options.info.yml b/core/modules/options/options.info.yml index 05c08c4..fa4e8b4 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 field types with select lists, checkboxes, or radio buttons to select values from fixed lists of options.' +description: 'Defines field types with select lists, checkboxes, and radio buttons to select values from fixed lists of options.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/path/path.info.yml b/core/modules/path/path.info.yml index 7f58042..ea7d5a5 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 specify custom URLs for existing internal paths.' +description: 'Allows users to create custom URLs for existing internal paths.' package: Core version: VERSION core: 8.x diff --git a/core/modules/rest/rest.info.yml b/core/modules/rest/rest.info.yml index bdf3eea..13ca9d1 100644 --- a/core/modules/rest/rest.info.yml +++ b/core/modules/rest/rest.info.yml @@ -1,6 +1,6 @@ name: 'RESTful Web Services' type: module -description: 'Provides a framework for exposing REST resources on the site.' +description: 'Provides a framework for exposing REST resources.' package: Web services version: VERSION core: 8.x diff --git a/core/modules/serialization/serialization.info.yml b/core/modules/serialization/serialization.info.yml index 557db65..135edd2 100644 --- a/core/modules/serialization/serialization.info.yml +++ b/core/modules/serialization/serialization.info.yml @@ -1,6 +1,6 @@ name: Serialization type: module -description: 'Provides a service to convert data structure to and from formats such as JSON and XML.' +description: 'Provides a service for converting data to and from formats such as JSON and XML.' package: Web services version: VERSION core: 8.x diff --git a/core/modules/shortcut/shortcut.info.yml b/core/modules/shortcut/shortcut.info.yml index ddbec6a..efdad06 100644 --- a/core/modules/shortcut/shortcut.info.yml +++ b/core/modules/shortcut/shortcut.info.yml @@ -1,6 +1,6 @@ name: Shortcut type: module -description: 'Allows users to create sets of shortcut links to pages within the site.' +description: 'Allows users to create sets of shortcut within the site.' package: Core version: VERSION core: 8.x diff --git a/core/modules/statistics/statistics.info.yml b/core/modules/statistics/statistics.info.yml index 7cf2aca..c1cc7a5 100644 --- a/core/modules/statistics/statistics.info.yml +++ b/core/modules/statistics/statistics.info.yml @@ -1,6 +1,6 @@ name: Statistics type: module -description: 'Logs how often content of the site is viewed.' +description: 'Logs how often content is viewed.' package: Core version: VERSION core: 8.x diff --git a/core/modules/telephone/telephone.info.yml b/core/modules/telephone/telephone.info.yml index cfc03f6..9cd8b03 100644 --- a/core/modules/telephone/telephone.info.yml +++ b/core/modules/telephone/telephone.info.yml @@ -1,6 +1,6 @@ name: Telephone type: module -description: 'Defines fields types that contain telephone numbers.' +description: 'Defines a field type that contain telephone numbers.' package: Field types version: VERSION core: 8.x