diff --git a/core/modules/file/file.module b/core/modules/file/file.module
index eaa5e12..c38ab43 100644
--- a/core/modules/file/file.module
+++ b/core/modules/file/file.module
@@ -1971,9 +1971,7 @@ function file_permission() {
   $perms = array(
     'access files overview' => array(
       'title' => t('Access the Files overview page'),
-      'description' => user_access('access files overview')
-        ? t('Get an overview of <a href="@url">all files</a>.', array('@url' => url('admin/content/files')))
-        : t('Get an overview of all files.'),
+      'description' => t('Get an overview of <a href="@url">all files</a>.', array('@url' => url('admin/content/files'))),
     ),
   );
 
diff --git a/core/modules/node/node.module b/core/modules/node/node.module
index d4f7db0..2ff98bf 100644
--- a/core/modules/node/node.module
+++ b/core/modules/node/node.module
@@ -711,9 +711,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'),
