diff --git a/core/modules/ckeditor/ckeditor.info.yml b/core/modules/ckeditor/ckeditor.info.yml index d03f2fd..cc17288 100644 --- a/core/modules/ckeditor/ckeditor.info.yml +++ b/core/modules/ckeditor/ckeditor.info.yml @@ -1,6 +1,6 @@ name: CKEditor type: module -description: 'Provides a visual text editor and adds a toolbar to text fields.' +description: 'Provides a visual text editor and adds a toolbar to text fields using CKEditor.' package: Core core: 8.x version: VERSION diff --git a/core/modules/comment/comment.info.yml b/core/modules/comment/comment.info.yml index 8027004..9da6a0f 100644 --- a/core/modules/comment/comment.info.yml +++ b/core/modules/comment/comment.info.yml @@ -1,6 +1,6 @@ name: Comment type: module -description: 'Allows users to comment on published content.' +description: 'Allows users to comment on content.' package: Core version: VERSION core: 8.x diff --git a/core/modules/contextual/contextual.info.yml b/core/modules/contextual/contextual.info.yml index c5bf8bf..caa3c29 100644 --- a/core/modules/contextual/contextual.info.yml +++ b/core/modules/contextual/contextual.info.yml @@ -1,6 +1,6 @@ name: 'Contextual Links' type: module -description: 'Provides quick access to tasks related to elements on a page.' +description: 'Provides direct and quick access to tasks related to areas of a page.' package: Core version: VERSION core: 8.x diff --git a/core/modules/dblog/dblog.info.yml b/core/modules/dblog/dblog.info.yml index f87dafb..d3c1ad7 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 database of the site.' +description: 'Logs system events in the site database.' package: Core version: VERSION core: 8.x diff --git a/core/modules/editor/editor.info.yml b/core/modules/editor/editor.info.yml index 981c7a8..804b4dd 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 toolbars or other means to format content.' +description: 'Provides a framework for other modules 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 5306c2e..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 content, users 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/field/field.info.yml b/core/modules/field/field.info.yml index 626b5f5..30f831d 100644 --- a/core/modules/field/field.info.yml +++ b/core/modules/field/field.info.yml @@ -1,6 +1,6 @@ name: Field type: module -description: 'Enables the definition of custom data fields for entity types.' +description: 'Provides the Field API to add fields to entities.' package: Core version: VERSION core: 8.x diff --git a/core/modules/field_ui/field_ui.info.yml b/core/modules/field_ui/field_ui.info.yml index e51e4f0..907b9c8 100644 --- a/core/modules/field_ui/field_ui.info.yml +++ b/core/modules/field_ui/field_ui.info.yml @@ -1,6 +1,6 @@ name: 'Field UI' type: module -description: 'Provides an user interface for managing and displaying fields.' +description: 'Provides a user interface for managing fields.' package: Core version: VERSION core: 8.x diff --git a/core/modules/file/file.info.yml b/core/modules/file/file.info.yml index 685c6e1..3e245c9 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 fields that contain files.' +description: 'Defines a field type that contain files.' 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 380f9eb..41a0dcc 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.' +description: 'Allows userss to configure text formats that 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 944eb01..20cdaf1 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 content a user has viewed and marks it as new or updated.' +description: 'Records which content users have viewed and marks it as new or updated.' package: Core version: VERSION core: 8.x diff --git a/core/modules/language/language.info.yml b/core/modules/language/language.info.yml index d0409b2..0a82899 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 administrators to configure the languages available in the site.' +description: 'Allows users to configure the languages available in the site.' package: Multilingual 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 3b58b66..3b07cbf 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: 'Provides an interface for managing menus.' +description: 'Provides a user interface for managing menus.' package: Core version: VERSION core: 8.x diff --git a/core/modules/options/options.info.yml b/core/modules/options/options.info.yml index 98de3e1..45fe752 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 fields with select lists, checkboxes, or radio buttons to select values from a fixed list 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 670cdef..7f58042 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 a custom URL for an existing internal path.' +description: 'Allows users to specify custom URLs for existing internal paths.' package: Core version: VERSION core: 8.x diff --git a/core/modules/quickedit/quickedit.info.yml b/core/modules/quickedit/quickedit.info.yml index 5070a09..a1bde42 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: 'Allows users to edit field content without visiting a separate page.' +description: 'Allows users to edit field content directly 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 e10b3a7..7125871 100644 --- a/core/modules/search/search.info.yml +++ b/core/modules/search/search.info.yml @@ -1,6 +1,6 @@ name: Search type: module -description: 'Allows administrators to create search pages based on plugins provided by other modules.' +description: 'Allows users to create search pages based on plugins provided by other modules.' package: Core version: VERSION core: 8.x diff --git a/core/modules/serialization/serialization.info.yml b/core/modules/serialization/serialization.info.yml index 6c7b366..557db65 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 converts data structure to and from formats such as JSON and XML.' +description: 'Provides a service to convert data structure to and from formats such as JSON and XML.' package: Web services version: VERSION core: 8.x diff --git a/core/modules/syslog/syslog.info.yml b/core/modules/syslog/syslog.info.yml index 8b0b3be..ab4f1aa 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." +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 e573cba..2f2ce79 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 their configuration.' +description: 'Provides user interfaces for core systems.' package: Core version: VERSION core: 8.x diff --git a/core/modules/telephone/telephone.info.yml b/core/modules/telephone/telephone.info.yml index cb18edc..cfc03f6 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 that contain telephone numbers.' +description: 'Defines fields types that contain telephone numbers.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/text/text.info.yml b/core/modules/text/text.info.yml index 2b7ce48..396b096 100644 --- a/core/modules/text/text.info.yml +++ b/core/modules/text/text.info.yml @@ -1,6 +1,6 @@ name: Text type: module -description: 'Defines short and long text fields with optional summaries.' +description: 'Defines field types for short and long text with optional summaries.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/toolbar/toolbar.info.yml b/core/modules/toolbar/toolbar.info.yml index ccbe9c9..9eaea8b 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 an administration toolbar which displays tabs and trays provided by modules.' +description: 'Provides an administration toolbar that displays tabs and trays provided by modules.' core: 8.x package: Core version: VERSION diff --git a/core/modules/tour/tour.info.yml b/core/modules/tour/tour.info.yml index 90bbf49..df296f1 100644 --- a/core/modules/tour/tour.info.yml +++ b/core/modules/tour/tour.info.yml @@ -1,6 +1,6 @@ name: Tour type: module -description: 'Provides guided tours of the site interface.' +description: 'Displays guided tours of the site interface.' package: Core version: VERSION core: 8.x diff --git a/core/modules/update/update.info.yml b/core/modules/update/update.info.yml index 591576c..195219d 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 updates and allows administrators to manage them through an interface.' +description: 'Checks for updates and allows administrators to manage them through a user interface.' version: VERSION package: Core core: 8.x diff --git a/core/modules/views/views.info.yml b/core/modules/views/views.info.yml index 40ae4ab..b91a35f 100644 --- a/core/modules/views/views.info.yml +++ b/core/modules/views/views.info.yml @@ -1,6 +1,6 @@ name: Views type: module -description: 'Allows users to fetch information from the database and to display it in different formats.' +description: 'Provides a back end to fetch information from the database and to display it in different formats.' package: Core version: VERSION core: 8.x