diff --git a/core/modules/node/node.module b/core/modules/node/node.module
index 6174a13f48af2ec08ec7deb4c39f8ec268ac250a..45c304363fe284a94f08846d401626b1627eedda 100644
--- a/core/modules/node/node.module
+++ b/core/modules/node/node.module
@@ -707,6 +707,7 @@ function node_permission() {
     ),
     'administer content types' => array(
       'title' => t('Administer content types'),
+      'description' => t('Promote, change ownership, edit revisions, and perform other tasks across all content types.'),
       'restrict access' => TRUE,
     ),
     'administer nodes' => array(