diff options
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module index baf2af024..8b3f57889 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1820,7 +1820,7 @@ function user_help($section) { <ul> <li>view your <a href="%user">user page</a>.</li> <li>administer user at <a href="%admin-user">administer >> user</a>.</li> -<li>allow users to select themes from their user account by enabling themes in <a href="%admin-themes">administer >> themes</a>.</li> +<li>allow users who have the "select different theme" permission to select themes from their user account by enabling themes in <a href="%admin-themes">administer >> themes</a>.</li> <li>read user profile help at <a href="%admin-help-profile">administer >> help >> profile</a>.</li> <li>read about distributed authentication in the system module help at <a href="%admin-help-system">administer >> help >> system</a>.</li> </ul> |