Browse Source

Refine message.

pull/896/head
Adam Vessey 3 years ago
parent
commit
636261a431
No known key found for this signature in database
GPG Key ID: 89B39535BF6D0D39
  1. 2
      islandora.install

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

Loading…
Cancel
Save