diff --git a/core/modules/image/lib/Drupal/image/Form/ImageStyleFlushForm.php b/core/modules/image/lib/Drupal/image/Form/ImageStyleFlushForm.php index 4cdae7e..41aa023 100644 --- a/core/modules/image/lib/Drupal/image/Form/ImageStyleFlushForm.php +++ b/core/modules/image/lib/Drupal/image/Form/ImageStyleFlushForm.php @@ -25,7 +25,7 @@ public function getQuestion() { * {@inheritdoc} */ public function getDescription() { - return $this->t('Drupal applies image style to a copy of the original image. This operation does not change the original image but will cause the copies to be recreated.'); + return $this->t('This operation does not change the original images but the copies created for this style will be recreated.'); } /**