summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/node/node.module1
-rw-r--r--modules/system/system.module1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index fe5ae9507..6d5cdc85e 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1414,6 +1414,7 @@ function node_permission() {
$perms = array(
'administer content types' => array(
'title' => t('Administer content types'),
+ 'description' => drupal_placeholder(array('text' => t('Warning: Give to trusted roles only; this permission has security implications.'))),
),
'administer nodes' => array(
'title' => t('Administer content'),
diff --git a/modules/system/system.module b/modules/system/system.module
index 00046d8ab..c95003aa1 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -207,6 +207,7 @@ function system_permission() {
),
'administer site configuration' => array(
'title' => t('Administer site configuration'),
+ 'description' => drupal_placeholder(array('text' => t('Warning: Give to trusted roles only; this permission has security implications.'))),
),
'administer themes' => array(
'title' => t('Administer themes'),