diff --git a/islandora.module b/islandora.module index a149c5a7..1fa1148f 100644 --- a/islandora.module +++ b/islandora.module @@ -610,7 +610,7 @@ function islandora_permission() { ), ISLANDORA_REPLACE_DATASTREAM_CONTENT => array( 'title' => t('Replace datastreams'), - 'description' => t('Replace datastreams for an object or per datastream.'), + 'description' => t('Add new datastream content as latest version.'), ), ); }