summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-11-30 11:09:38 +0000
committerDries Buytaert <dries@buytaert.net>2005-11-30 11:09:38 +0000
commitb8ae0b32188231ce79c2945e78c26e909f4e25c2 (patch)
tree91397a84e5848fdc0bb4fcc282c513ce667262e4 /modules/user/user.module
parent0f6067fc849f749ca4356a5db224c6a0e5f95666 (diff)
downloadbrdo-b8ae0b32188231ce79c2945e78c26e909f4e25c2.tar.gz
brdo-b8ae0b32188231ce79c2945e78c26e909f4e25c2.tar.bz2
- Patch #38981 by Robert: add permission to enable/disbale theme switching by users.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index baf2af024..8b3f57889 100644
--- a/modules/user/user.module
+++ b/modules/user/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 &gt;&gt; user</a>.</li>
-<li>allow users to select themes from their user account by enabling themes in <a href="%admin-themes">administer &gt;&gt; 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 &gt;&gt; themes</a>.</li>
<li>read user profile help at <a href="%admin-help-profile">administer &gt;&gt; help &gt;&gt; profile</a>.</li>
<li>read about distributed authentication in the system module help at <a href="%admin-help-system">administer &gt;&gt; help &gt;&gt; system</a>.</li>
</ul>