summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-29 07:50:45 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-29 07:50:45 +0000
commit15ff8c8e32f6606ba73f765daa2b894ef88cd96c (patch)
tree0a88b463d166a7b04bb762f9eaf9a36d35ec5397 /modules/user.module
parent2210b607b063f5aa748190add99b85e4628da6cf (diff)
downloadbrdo-15ff8c8e32f6606ba73f765daa2b894ef88cd96c.tar.gz
brdo-15ff8c8e32f6606ba73f765daa2b894ef88cd96c.tar.bz2
- Patch #46827 by wulff: fixed incorrect links.
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module
index 7daec0a08..190e3abf5 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -1861,7 +1861,7 @@ function user_help($section) {
$output .= t('<p>You can</p>
<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>administer users at <a href="%admin-user">administer &gt;&gt; user</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>