diff --git a/modules/node/node.module b/modules/node/node.module
index 5a4e019..4e1ad5c 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1585,9 +1585,7 @@ 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 <a href="@url">all content</a>.', array('@url' => url('admin/content')))
-        : t('Get an overview of all content.'),
+      'description' => t('Get an overview of <a href="@url">all content</a>.', array('@url' => url('admin/content'))),
     ),
     'access content' => array(
       'title' => t('View published content'),
