diff --git a/islandora.module b/islandora.module index fafb7f8e..dce35ea0 100644 --- a/islandora.module +++ b/islandora.module @@ -613,7 +613,7 @@ function islandora_permission() { 'title' => t('Regenerate derivatives'), 'description' => t('Regenerate derivatives for an object or per datastream.'), ), - ISLANDORA_REPLACE_DERIVATIVES => array( + ISLANDORA_REPLACE_DATASTREAM => array( 'title' => t('Replace derivatives'), 'description' => t('Replace derivatives for an object or per datastream.'), ),