diff --git a/modules/node/node.module b/modules/node/node.module
index f20c229..80a05d0 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1586,7 +1586,10 @@ function node_permission() {
       'restrict access' => TRUE,
     ),
     'access content overview' => array(
-      'title' => t('Access the content overview page'),
+      'title' => t('Access the Content overview page'),
+      'description' => user_access('access content overview')
+        ? 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(
       'title' => t('View published content'),
