Issue #1365234 by amontero, TravisCarden: Add description to 'access content overview' permission.

8.0.x
catch 2012-06-08 21:10:45 +09:00
parent ace802ec5b
commit a8b58e8607
1 changed files with 3 additions and 0 deletions

View File

@ -1403,6 +1403,9 @@ function node_permission() {
),
'access content overview' => array(
'title' => t('Access the content overview page'),
'description' => t('Access the content overview page at <a href="@url">admin/content</a>.', array(
'@url' => url('admin/content'),
)),
),
'access content' => array(
'title' => t('View published content'),