commit 61830eaeb4744c647ea0be5e2310d3d5bce0df69 Author: ShaunDychko Date: Thu Jan 9 13:56:56 2014 -0800 fix perm patch diff --git a/core/modules/user/user.module b/core/modules/user/user.module index f1c47f1..6b57cd2 100644 --- a/core/modules/user/user.module +++ b/core/modules/user/user.module @@ -474,7 +474,7 @@ function user_permission() { 'restrict access' => TRUE, ), 'access user profiles' => array( - 'title' => t('View account page'), + 'title' => t('View user account information'), 'description' => t('View pages displaying user accounts and other user information.'), ), 'change own username' => array(