From 6dd710cb25fb34f39a9a82481934d454b5d46245 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Fri, 5 May 2017 12:32:37 -0400 Subject: [PATCH] Fix wording. --- islandora.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islandora.module b/islandora.module index f4dffb35..14f539e8 100644 --- a/islandora.module +++ b/islandora.module @@ -1024,7 +1024,7 @@ function islandora_view_object(AbstractObject $object) { module_load_include('inc', 'islandora', 'includes/breadcrumb'); module_load_include('inc', 'islandora', 'includes/utilities'); - // Warn if object is unpublished + // Warn if object is inactive or deleted. if ($object->state != 'A') { drupal_set_message(t('This object is not active. Metadata may not display correctly.'), 'warning'); }