diff --git a/islandora_collection/islandora_collection.module b/islandora_collection/islandora_collection.module index 67003b81..deeb1921 100644 --- a/islandora_collection/islandora_collection.module +++ b/islandora_collection/islandora_collection.module @@ -26,7 +26,7 @@ function islandora_collection_node_info() { ISLANDORA_COLLECTION_CONTENT_TYPE => array( 'name' => t("Collection"), 'base' => ISLANDORA_COLLECTION_CONTENT_TYPE, - 'description' => t("A Drupal node modeling an pcdm:Collection."), + 'description' => t("A Drupal node modeling a pcdm:Collection."), ), ); }