diff --git a/core/modules/block/block.info.yml b/core/modules/block/block.info.yml index c112b5a..2a7d743 100644 --- a/core/modules/block/block.info.yml +++ b/core/modules/block/block.info.yml @@ -1,6 +1,6 @@ name: Block type: module -description: 'Allows users to place blocks in the regions of a theme and to configure them.' +description: 'Allows users to configure blocks and to place them in the regions of a theme.' package: Core version: VERSION core: 8.x diff --git a/core/modules/config/config.info.yml b/core/modules/config/config.info.yml index 8c20553..7a527bf 100644 --- a/core/modules/config/config.info.yml +++ b/core/modules/config/config.info.yml @@ -1,6 +1,6 @@ name: 'Configuration Manager' type: module -description: 'Provides a user interface for importing and exporting configuration changes between installations of a site.' +description: 'Allows adminstrators to import and export configuration changes.' package: Core version: VERSION core: 8.x diff --git a/core/modules/config_translation/config_translation.info.yml b/core/modules/config_translation/config_translation.info.yml index 63a4e28..436fbf9 100644 --- a/core/modules/config_translation/config_translation.info.yml +++ b/core/modules/config_translation/config_translation.info.yml @@ -1,6 +1,6 @@ name: 'Configuration Translation' type: module -description: 'Allows users to translate configuration text; for example site name, vocabularies, menus, or date formats.' +description: 'Allows users to translate configuration text.' package: Multilingual version: VERSION core: 8.x diff --git a/core/modules/content_translation/content_translation.info.yml b/core/modules/content_translation/content_translation.info.yml index 41e9fe6..ff744ad 100644 --- a/core/modules/content_translation/content_translation.info.yml +++ b/core/modules/content_translation/content_translation.info.yml @@ -1,6 +1,6 @@ name: 'Content Translation' type: module -description: 'Allows users to translate content entities; for example content, comments, taxonomy terms or users.' +description: 'Allows users to translate content entities.' dependencies: - language package: Multilingual 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 3f88295..038bc03 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 in the database, handling dynamic content correctly.' +description: 'Caches pages for all users, handling dynamic content correctly.' package: Core version: VERSION core: 8.x diff --git a/core/modules/editor/editor.info.yml b/core/modules/editor/editor.info.yml index 2b909e3..be3aacc 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 provide toolbars and other functionality for formating content.' +description: 'Provides a framework that other modules can use to add toolbars or other means to format content.' 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 01c8e9d..43ef6b5 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 (content items, terms etc.) within the site.' +description: 'Defines fields that contain links to other entities within the site.' 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 e2327a8..8f8d676 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 that prepare content for display to defend your site against potentially damaging input.' +description: 'Allows administrators to configure text formats to prepare content for display.' package: Core version: VERSION core: 8.x diff --git a/core/modules/history/history.info.yml b/core/modules/history/history.info.yml index d4b9ac6..63f9e8e 100644 --- a/core/modules/history/history.info.yml +++ b/core/modules/history/history.info.yml @@ -1,6 +1,6 @@ name: History type: module -description: 'Keeps track of which content a user has read and marks it as new or updated based on time.' +description: 'Record which content a user has read and marks it as new or updated.' package: Core version: VERSION core: 8.x diff --git a/core/modules/image/image.info.yml b/core/modules/image/image.info.yml index fc8d5c2..2763a4f 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 the display of images.' +description: 'Defines fields that contain image files, and provides tools to configure their display.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/migrate/migrate.info.yml b/core/modules/migrate/migrate.info.yml index 6b011cc..a2572a7 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 for migrating data, usually from an external source into the site.' +description: 'Provides a framework to migrate data, usually from an external source 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 927e0a4..e4c393d 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 other and older Drupal sites into the site.' +description: 'Provides a framework to migrate data from older Drupal sites into the site.' package: Core (Experimental) version: VERSION core: 8.x diff --git a/core/modules/node/node.info.yml b/core/modules/node/node.info.yml index 2ec0158..032b00b 100644 --- a/core/modules/node/node.info.yml +++ b/core/modules/node/node.info.yml @@ -1,6 +1,6 @@ name: Node type: module -description: 'Manages the creation, editing, deletion, configuration and display of the main site content.' +description: 'Manages the creation, configuration, and display of the main site content.' package: Core version: VERSION core: 8.x diff --git a/core/modules/rdf/rdf.info.yml b/core/modules/rdf/rdf.info.yml index ec1b509..c48bf0c 100644 --- a/core/modules/rdf/rdf.info.yml +++ b/core/modules/rdf/rdf.info.yml @@ -1,6 +1,6 @@ name: RDF type: module -description: 'Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.' +description: 'Enriches content with metadata (relationships, attributes etc.) for other applications (search engines, aggregators etc.).' package: Core version: VERSION core: 8.x diff --git a/core/modules/responsive_image/responsive_image.info.yml b/core/modules/responsive_image/responsive_image.info.yml index 9c13175..0edf7ac 100644 --- a/core/modules/responsive_image/responsive_image.info.yml +++ b/core/modules/responsive_image/responsive_image.info.yml @@ -1,6 +1,6 @@ name: 'Responsive Image' type: module -description: 'Provides an image formatter and breakpoint mappings to output responsive images using the HTML5 picture tag.' +description: 'Provides functionality to output responsive images using the HTML5 picture tag.' package: Core version: VERSION core: 8.x diff --git a/core/modules/search/search.info.yml b/core/modules/search/search.info.yml index f62981b..e10b3a7 100644 --- a/core/modules/search/search.info.yml +++ b/core/modules/search/search.info.yml @@ -1,6 +1,6 @@ name: Search type: module -description: 'Provides the ability to set up search pages based on plugins provided by other modules.' +description: 'Allows administrators to create search pages based on plugins provided by other modules.' package: Core version: VERSION core: 8.x diff --git a/core/modules/syslog/syslog.info.yml b/core/modules/syslog/syslog.info.yml index 72d7205..8b0b3be 100644 --- a/core/modules/syslog/syslog.info.yml +++ b/core/modules/syslog/syslog.info.yml @@ -1,6 +1,6 @@ name: Syslog type: module -description: "Logs events by sending messages to the logging facility of the web server's operating system." +description: "Logs events by sending messages to the logging facility of the web server." package: Core version: VERSION core: 8.x diff --git a/core/modules/system/system.info.yml b/core/modules/system/system.info.yml index 836be07..e573cba 100644 --- a/core/modules/system/system.info.yml +++ b/core/modules/system/system.info.yml @@ -1,6 +1,6 @@ name: System type: module -description: 'Provides user interfaces for core systems and the basic administrative menu structure.' +description: 'Provides user interfaces for core systems and their configuration.' package: Core version: VERSION core: 8.x diff --git a/core/modules/toolbar/toolbar.info.yml b/core/modules/toolbar/toolbar.info.yml index 590fa99..ccbe9c9 100644 --- a/core/modules/toolbar/toolbar.info.yml +++ b/core/modules/toolbar/toolbar.info.yml @@ -1,6 +1,6 @@ name: Toolbar type: module -description: 'Provides a toolbar for site administrators which displays tabs and trays provided by modules.' +description: 'Provides an administration toolbar which displays tabs and trays provided by modules.' core: 8.x package: Core version: VERSION diff --git a/core/modules/update/update.info.yml b/core/modules/update/update.info.yml index d095beb..ee7ccf9 100644 --- a/core/modules/update/update.info.yml +++ b/core/modules/update/update.info.yml @@ -1,6 +1,6 @@ name: 'Update Manager' type: module -description: 'Checks for available updates, and allows administrators to manage downloads and updates of modules, themes and translations.' +description: 'Checks for updates, and allows administrators to manage them through an interface.' version: VERSION package: Core core: 8.x diff --git a/core/modules/user/user.info.yml b/core/modules/user/user.info.yml index 3608742..65aa37f 100644 --- a/core/modules/user/user.info.yml +++ b/core/modules/user/user.info.yml @@ -1,6 +1,6 @@ name: User type: module -description: 'Allows users to register and log in, and allows administrators to manage user roles and permissions.' +description: 'Allows users to register and log in, and manages user roles and permissions.' package: Core version: VERSION core: 8.x diff --git a/core/modules/views/views.info.yml b/core/modules/views/views.info.yml index e7edbcf..40ae4ab 100644 --- a/core/modules/views/views.info.yml +++ b/core/modules/views/views.info.yml @@ -1,6 +1,6 @@ name: Views type: module -description: 'Provides the functionality to fetch information from the database and to display it in different formats.' +description: 'Allows users to fetch information from the database and to display it in different formats.' package: Core version: VERSION core: 8.x