From 38cf2ce17b50b11fd4e0066fbac10e4d0235a4cd Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 22 Jul 2013 20:02:09 -0400 Subject: Issue #1365234 by TravisCarden, amontero, Kevin Morse, bartmcpherson, xjm: Add description to 'access content overview' permission. --- modules/node/node.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index f20c22950..268076257 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1587,6 +1587,9 @@ function node_permission() { ), 'access content overview' => array( 'title' => t('Access the content overview page'), + 'description' => user_access('access content overview') + ? t('Get an overview of all content.', array('@url' => url('admin/content'))) + : t('Get an overview of all content.'), ), 'access content' => array( 'title' => t('View published content'), -- cgit v1.2.3