From 54dcb5ce03e0dd68151ae69260af09b3e5a743ff Mon Sep 17 00:00:00 2001 From: Alejandro Ramos <100702024+AlexTechDev@users.noreply.github.com> Date: Wed, 31 Aug 2022 12:15:35 +0200 Subject: [PATCH 1/4] Update AdminImagesController.php --- controllers/admin/AdminImagesController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php index b5a9705c3c02c..64497dc2ad342 100644 --- a/controllers/admin/AdminImagesController.php +++ b/controllers/admin/AdminImagesController.php @@ -774,6 +774,7 @@ public function initContent() if ($this->display == 'edit') { $this->warnings[] = $this->trans('After modification, do not forget to regenerate thumbnails', [], 'Admin.Design.Notification'); + $this->warnings[] = $this->trans('If you delete image format, make sure the theme you use does not rely on it', [], 'Admin.Design.Notification'); } parent::initContent(); From d8283a754b1ec35def0a533e0c85363346afc15e Mon Sep 17 00:00:00 2001 From: Alejandro Ramos <100702024+AlexTechDev@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:57:43 +0200 Subject: [PATCH 2/4] Update controllers/admin/AdminImagesController.php Co-authored-by: Julie Varisellaz <70583503+Julievrz@users.noreply.github.com> --- controllers/admin/AdminImagesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php index 64497dc2ad342..c66819dfda364 100644 --- a/controllers/admin/AdminImagesController.php +++ b/controllers/admin/AdminImagesController.php @@ -774,7 +774,7 @@ public function initContent() if ($this->display == 'edit') { $this->warnings[] = $this->trans('After modification, do not forget to regenerate thumbnails', [], 'Admin.Design.Notification'); - $this->warnings[] = $this->trans('If you delete image format, make sure the theme you use does not rely on it', [], 'Admin.Design.Notification'); + $this->warnings[] = $this->trans('Make sure the theme you use doesn't rely on this image format before deleting it.', [], 'Admin.Design.Notification'); } parent::initContent(); From d4f6731769ecb6346b4d94f8ab381ed14d78eb02 Mon Sep 17 00:00:00 2001 From: Alejandro Ramos <100702024+AlexTechDev@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:09:32 +0200 Subject: [PATCH 3/4] Update AdminImagesController.php doesn't --> does not --- controllers/admin/AdminImagesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php index c66819dfda364..5f226c1490081 100644 --- a/controllers/admin/AdminImagesController.php +++ b/controllers/admin/AdminImagesController.php @@ -774,7 +774,7 @@ public function initContent() if ($this->display == 'edit') { $this->warnings[] = $this->trans('After modification, do not forget to regenerate thumbnails', [], 'Admin.Design.Notification'); - $this->warnings[] = $this->trans('Make sure the theme you use doesn't rely on this image format before deleting it.', [], 'Admin.Design.Notification'); + $this->warnings[] = $this->trans('Make sure the theme you use does not rely on this image format before deleting it.', [], 'Admin.Design.Notification'); } parent::initContent(); From 108d4255c643d039d9328c30bf3184fef982f0a1 Mon Sep 17 00:00:00 2001 From: Krystian Podemski Date: Tue, 27 Sep 2022 08:31:15 +0200 Subject: [PATCH 4/4] Update controllers/admin/AdminImagesController.php --- controllers/admin/AdminImagesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php index 5f226c1490081..ffec1d5357851 100644 --- a/controllers/admin/AdminImagesController.php +++ b/controllers/admin/AdminImagesController.php @@ -774,7 +774,7 @@ public function initContent() if ($this->display == 'edit') { $this->warnings[] = $this->trans('After modification, do not forget to regenerate thumbnails', [], 'Admin.Design.Notification'); - $this->warnings[] = $this->trans('Make sure the theme you use does not rely on this image format before deleting it.', [], 'Admin.Design.Notification'); + $this->warnings[] = $this->trans('Make sure the theme you use doesn\'t rely on this image format before deleting it.', [], 'Admin.Design.Notification'); } parent::initContent();