From 1e27fee115debe7e3c934cbb1dcc9b113f076db3 Mon Sep 17 00:00:00 2001
From: Rosie Le Faive <lefaive@gmail.com>
Date: Wed, 25 May 2022 11:53:48 -0300
Subject: [PATCH] Rename multifile media ocr derivative type.

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

diff --git a/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php b/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php
index 3b5e8498..f6b8034a 100644
--- a/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php
+++ b/modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php
@@ -12,7 +12,7 @@ use Drupal\islandora\Plugin\Action\AbstractGenerateDerivativeMediaFile;
  *
  * @Action(
  *   id = "generate_extracted_text_file",
- *   label = @Translation("Generate an Extracted Text derivative file"),
+ *   label = @Translation("Generate Extracted Text for Media Attachment"),
  *   type = "media"
  * )
  */