diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-23 11:06:53 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-23 11:06:53 +0000 |
commit | 74679f5553d3a73487dd52245780f272cedfc96b (patch) | |
tree | 09a4b9e764660991c2d7d03692978a994ae7b0c4 /modules/user/user.module | |
parent | 8ee2abd5b7505837f839b0bdbf4d1ae8db1bfa8a (diff) | |
download | brdo-74679f5553d3a73487dd52245780f272cedfc96b.tar.gz brdo-74679f5553d3a73487dd52245780f272cedfc96b.tar.bz2 |
- Patch #99287 by webchick: missed some title capitalizations.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index ad2f5bae9..cbb24b078 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -465,7 +465,7 @@ function user_user($type, &$edit, &$user, $category = NULL) { } if ($type == 'categories') { - return array(array('name' => 'account', 'title' => t('account settings'), 'weight' => 1)); + return array(array('name' => 'account', 'title' => t('Account settings'), 'weight' => 1)); } } |