summaryrefslogtreecommitdiff
path: root/modules/profile/profile.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-07 15:04:16 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-07 15:04:16 +0000
commit729fa6c11b604dc549fb8385a03fb9af28ca68d3 (patch)
treea88802317b1d79f9fd037e7c978ae4b1a0068e30 /modules/profile/profile.module
parentbda6fa2b715199e4f9b25b3bfcd926e10d33a89c (diff)
downloadbrdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.gz
brdo-729fa6c11b604dc549fb8385a03fb9af28ca68d3.tar.bz2
- Patch #77422 by timcn: corrected various paths in the documentation.
Diffstat (limited to 'modules/profile/profile.module')
-rw-r--r--modules/profile/profile.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index db86fc314..a10f2cf69 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -35,7 +35,7 @@ function profile_help($section) {
$output .= t('<p>You can</p>
<ul>
<li>view user <a href="%profile">profiles</a>.</li>
-<li>administer profile settings: <a href="%admin-settings-profile">administer &gt;&gt; settings &gt;&gt; profiles</a>.</li>
+<li>administer profile settings: <a href="%admin-settings-profile">administer &gt;&gt; user management &gt;&gt; profiles</a>.</li>
</ul>
', array('%profile' => url('profile'), '%admin-settings-profile' => url('admin/user/profile')));
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%profile">Profile page</a>.', array('%profile' => 'http://drupal.org/handbook/modules/profile/')) .'</p>';