diff --git a/core/modules/node/node.module b/core/modules/node/node.module
index 53e5417..9fd3e96 100644
--- a/core/modules/node/node.module
+++ b/core/modules/node/node.module
@@ -1410,10 +1410,9 @@ 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(
+      'title' => user_access('access content overview') ? t('Access the <a href="@url">content overview</a> page', array(
         '@url' => url('admin/content'),
-      )),
+      )) : t('Access the content overview page'),
     ),
     'access content' => array(
       'title' => t('View published content'),
