diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-07-10 19:27:52 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-07-10 19:27:52 +0000 |
commit | 58752cfaa2b182c53e26ee42983ff41d59597b4c (patch) | |
tree | 35fc59938cda1bcfc4866989d5fcc5254d77ec89 /modules/profile.module | |
parent | c45ca20d0ff7448f8edac7ca46becc0c8ea8ee03 (diff) | |
download | brdo-58752cfaa2b182c53e26ee42983ff41d59597b4c.tar.gz brdo-58752cfaa2b182c53e26ee42983ff41d59597b4c.tar.bz2 |
- Patch #72284 by me:
+ reorganized ?q=admin/settings
+ deprecated the _settings hook
Diffstat (limited to 'modules/profile.module')
-rw-r--r-- | modules/profile.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile.module b/modules/profile.module index 4a36e208b..a172f7b5b 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -60,7 +60,7 @@ function profile_menu($may_cache) { 'access' => user_access('access user profiles'), 'type' => MENU_SUGGESTED_ITEM); $items[] = array('path' => 'admin/settings/profile', - 'title' => t('profiles'), + 'title' => t('user profiles'), 'callback' => 'profile_admin_overview'); $items[] = array('path' => 'admin/settings/profile/add', 'title' => t('add field'), |