Issue #1365234 by amontero, TravisCarden: Add description to 'access content overview' permission.
parent
ace802ec5b
commit
a8b58e8607
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue