Skip to content

Commit

Permalink
Merge pull request #19 from nigelgbanks/7.x-ISLANDORA-1094
Browse files Browse the repository at this point in the history
Altered permission description to be clearer
  • Loading branch information
jordandukart committed Oct 25, 2014
2 parents ab1c2dd + b4ac8f8 commit 04b1bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islandora_simple_workflow.module
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function islandora_simple_workflow_permission() {
return array(
'bypass inactive object state' => array(
'title' => t('Bypass default inactive object state'),
'description' => t('Islandora Simple Workflow sets ingested objects as inactive if enabled.'),
'description' => t('Islandora Simple Workflow sets ingested objects as active if enabled.'),
),
'manage inactive objects' => array(
'title' => t('Manage inactive objects'),
Expand Down

0 comments on commit 04b1bef

Please sign in to comment.