Browse Source

updated permission name.

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

2
islandora.module

@ -613,7 +613,7 @@ function islandora_permission() {
'title' => t('Regenerate derivatives'), 'title' => t('Regenerate derivatives'),
'description' => t('Regenerate derivatives for an object or per datastream.'), 'description' => t('Regenerate derivatives for an object or per datastream.'),
), ),
ISLANDORA_REPLACE_DERIVATIVES => array( ISLANDORA_REPLACE_DATASTREAM => array(
'title' => t('Replace derivatives'), 'title' => t('Replace derivatives'),
'description' => t('Replace derivatives for an object or per datastream.'), 'description' => t('Replace derivatives for an object or per datastream.'),
), ),

Loading…
Cancel
Save