Browse Source

Updated permission description

pull/499/head
MorganDawe 11 years ago
parent
commit
03f16d85f2
  1. 2
      islandora.module

2
islandora.module

@ -610,7 +610,7 @@ function islandora_permission() {
), ),
ISLANDORA_REPLACE_DATASTREAM_CONTENT => array( ISLANDORA_REPLACE_DATASTREAM_CONTENT => array(
'title' => t('Replace datastreams'), 'title' => t('Replace datastreams'),
'description' => t('Replace datastreams for an object or per datastream.'), 'description' => t('Add new datastream content as latest version.'),
), ),
); );
} }

Loading…
Cancel
Save