diff --git a/core/modules/node/node.module b/core/modules/node/node.module
index 0123692..fde2e14 100644
--- a/core/modules/node/node.module
+++ b/core/modules/node/node.module
@@ -1236,10 +1236,10 @@ function node_permission() {
       'restrict access' => TRUE,
     ),
     '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'),
-      )),
+      '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'),
