Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / image / src / Plugin / Field / FieldWidget / ImageWidget.php
index 16160b25c6cdeb97fd60c91be220c7d08e7587be..d7556b4ed6a85e30555fd7e583e550094519d9ee 100644 (file)
@@ -263,7 +263,7 @@ class ImageWidget extends FileWidget {
       '#title' => t('Alternative text'),
       '#type' => 'textfield',
       '#default_value' => isset($item['alt']) ? $item['alt'] : '',
-      '#description' => t('This text will be used by screen readers, search engines, or when the image cannot be loaded.'),
+      '#description' => t('Short description of the image used by screen readers and displayed when the image is not loaded. This is important for accessibility.'),
       // @see https://www.drupal.org/node/465106#alt-text
       '#maxlength' => 512,
       '#weight' => -12,