Issue #1365234 by TravisCarden, amontero, bartmcpherson, xjm: Add description to "access content overview" permission.
parent
9263a49921
commit
aaf48107d2
|
@ -1243,10 +1243,10 @@ function node_permission() {
|
||||||
'restrict access' => TRUE,
|
'restrict access' => TRUE,
|
||||||
),
|
),
|
||||||
'access content overview' => array(
|
'access content overview' => array(
|
||||||
'title' => t('Access the content overview page'),
|
'title' => t('Access the Content overview page'),
|
||||||
'description' => t('Access the content overview page at <a href="@url">admin/content</a>.', array(
|
'description' => user_access('access content overview')
|
||||||
'@url' => url('admin/content'),
|
? t('Get an overview of <a href="@url">all content</a>.', array('@url' => url('admin/content')))
|
||||||
)),
|
: t('Get an overview of all content.'),
|
||||||
),
|
),
|
||||||
'access content' => array(
|
'access content' => array(
|
||||||
'title' => t('View published content'),
|
'title' => t('View published content'),
|
||||||
|
|
Loading…
Reference in New Issue