diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..742bb2b --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/modules/color/color.info.yml b/core/modules/color/color.info.yml index 9ea6daf..ba27bf6 100644 --- a/core/modules/color/color.info.yml +++ b/core/modules/color/color.info.yml @@ -1,6 +1,6 @@ name: Color type: module -description: 'Allows administrators to change the color scheme of compatible themes.' +description: 'Allows users to change the color scheme of compatible themes.' package: Core version: VERSION core: 8.x diff --git a/core/modules/config/config.info.yml b/core/modules/config/config.info.yml index 0544746..2f5a483 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: 'Allows administrators to import and export configuration changes.' +description: 'Allows users to import and export configuration changes.' package: Core version: VERSION core: 8.x diff --git a/core/modules/link/link.info.yml b/core/modules/link/link.info.yml index f2ca69d..7f2f71a 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 a field type that contains internal or external URLs.' +description: 'Defines a field type for internal and external URLs.' core: 8.x package: Field types version: VERSION diff --git a/core/modules/update/update.info.yml b/core/modules/update/update.info.yml index 195219d..3dcf18b 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 a user interface.' +description: 'Checks for updates and allows users to manage them through a user interface.' version: VERSION package: Core core: 8.x