diff options
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 8469051b2..d49f7415d 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2219,12 +2219,12 @@ function user_help($section) { $output .= t('<p>You can</p> <ul> <li>view your <a href="%user">user page</a>.</li> -<li>administer users at <a href="%admin-user">administer >> 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 >> themes</a>.</li> +<li>administer users at <a href="%admin-user">administer >> user management</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 >> site building >> 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> -', array('%user' => url('user'), '%admin-user' => url('admin/user/user'), '%admin-themes' => url('admin/themes'), '%admin-help-profile' => url('admin/help/profile'), '%admin-help-system' => url('admin/help/system'))); +', array('%user' => url('user'), '%admin-user' => url('admin/user/user'), '%admin-themes' => url('admin/build/themes'), '%admin-help-profile' => url('admin/help/profile'), '%admin-help-system' => url('admin/help/system'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%user">User page</a>.', array('%user' => 'http://drupal.org/handbook/modules/user/')) .'</p>'; return $output; case 'admin/settings/modules#description': |