We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d105f commit b4ac8f8Copy full SHA for b4ac8f8
islandora_simple_workflow.module
@@ -28,7 +28,7 @@ function islandora_simple_workflow_permission() {
28
return array(
29
'bypass inactive object state' => array(
30
'title' => t('Bypass default inactive object state'),
31
- 'description' => t('Islandora Simple Workflow sets ingested objects as inactive if enabled.'),
+ 'description' => t('Islandora Simple Workflow sets ingested objects as active if enabled.'),
32
),
33
'manage inactive objects' => array(
34
'title' => t('Manage inactive objects'),
0 commit comments