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', ]); }