Skip to content

Commit

Permalink
MINOR fixed search replace gone wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
rixth committed Nov 1, 2009
1 parent ca20b24 commit 06724ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/SiteTreeCMSWorkflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ function providePermissions() {
return array(
"EDIT_CONTENT_REVIEW_FIELDS" => array(
'name' => "Set content owners and review dates",
Two => _t('Permissions.CONTENT_CATEGORY', 'Content permissions'),
'category' => _t('Permissions.CONTENT_CATEGORY', 'Content permissions'),
'sort' => 50
)
);
Expand Down

0 comments on commit 06724ff

Please sign in to comment.