Skip to content

Commit b4ac8f8

Browse files
committed
Altered permission description to be clearer
1 parent e3d105f commit b4ac8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

islandora_simple_workflow.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function islandora_simple_workflow_permission() {
2828
return array(
2929
'bypass inactive object state' => array(
3030
'title' => t('Bypass default inactive object state'),
31-
'description' => t('Islandora Simple Workflow sets ingested objects as inactive if enabled.'),
31+
'description' => t('Islandora Simple Workflow sets ingested objects as active if enabled.'),
3232
),
3333
'manage inactive objects' => array(
3434
'title' => t('Manage inactive objects'),

0 commit comments

Comments
 (0)