Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / devel / devel.install
index a65d61b4bc387cec2562630a8d1d7aafd4a926af..b27e9b97b75def17fcdbec1c9fd4f8edbedbe9fe 100644 (file)
@@ -16,7 +16,7 @@ function devel_requirements($phase) {
     // https://www.drupal.org/node/2834400.
     $requirements['devel'] = [
       'title' => t('Devel module enabled'),
-      'description' => t('The module provide the access to debug informations, therefore is recommended to disable the Devel module on production sites.'),
+      'description' => t('The Devel module provides access to internal debugging information; therefore it\'s recommended to disable this module on sites in production.'),
       'severity' => REQUIREMENT_INFO,
     ];
   }