diff options
Diffstat (limited to 'modules/user.module')
-rw-r--r-- | modules/user.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user.module b/modules/user.module index 6537ea99c..6142d4c57 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1704,6 +1704,7 @@ function user_help($section = "admin/help#user") { $output .= "<li>Authenticated user: this role is assigned automatically to authenticated users. Most registered users will belong to this user role unless specified otherwise.</li>"; $output .= "</ul>"; $output = t($output, array("%permission" => l(t("user permissions"), "admin/user/permission"))); + break; case 'admin/user/search': $output .= t("Enter a simple pattern ( '*' may be user as a wildcard match) to search for a username. For example, one may search for 'br' and Drupal might return 'brian', 'brad', and 'brenda'."); break; |