diff options
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index d0e1027fe..b35d10268 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -721,7 +721,7 @@ function user_permission() { ), 'administer users' => array( 'title' => t('Administer users'), - 'description' => t('Manage or block users, and manage their role assignments.'), + 'description' => t('Manage or block users, and manage their role assignments. %warning', array('%warning' => t('Warning: Give to trusted roles only; this permission has security implications.'))), ), 'access user profiles' => array( 'title' => t('Access user profiles'), |