From c24fc34d833a57d59a74245d2a80cfcdb48d8b4e Mon Sep 17 00:00:00 2001
From: Rosie Le Faive <lefaive@gmail.com>
Date: Wed, 14 Dec 2022 10:12:35 -0400
Subject: [PATCH] Warn re. tiffs and jp2s in image file derivatives.

---
 .../src/Plugin/Action/GenerateImageDerivativeFile.php           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/islandora_image/src/Plugin/Action/GenerateImageDerivativeFile.php b/modules/islandora_image/src/Plugin/Action/GenerateImageDerivativeFile.php
index e0420fe8..42c23c6d 100644
--- a/modules/islandora_image/src/Plugin/Action/GenerateImageDerivativeFile.php
+++ b/modules/islandora_image/src/Plugin/Action/GenerateImageDerivativeFile.php
@@ -51,7 +51,7 @@ class GenerateImageDerivativeFile extends AbstractGenerateDerivativeMediaFile {
       '#title' => $this->t('Destination Image field'),
       '#default_value' => $this->configuration['destination_field_name'],
       '#description' => $this->t('This Action stores the derivative in an
-       Image field. If you need to store the result in a File field, use
+       Image field. If creating a Tiff or JP2, instead use
        "Generate a Derivative File for Media Attachment". Selected target field
        must be an additional field, not the media\'s main storage field.
        Selected target field must be present on the media.'),