From 636261a4313d1d67d0571f18e13def3dfed7f5ab Mon Sep 17 00:00:00 2001 From: Adam Vessey <adam@discoverygarden.ca> Date: Mon, 3 Oct 2022 16:23:29 -0300 Subject: [PATCH] Refine message. --- islandora.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.install b/islandora.install index ab80af9c..960c05b2 100644 --- a/islandora.install +++ b/islandora.install @@ -185,7 +185,7 @@ function update_jsonld_included_namespaces() { function islandora_update_8007() { $module_handler = \Drupal::moduleHandler(); if ($module_handler->moduleExists('ctools')) { - return t('The "@module_name" module is already enabled.', [ + return t('The "@module_name" module is already enabled, no action necessary.', [ '@module_name' => 'ctools', ]); }