From 74679f5553d3a73487dd52245780f272cedfc96b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 23 Nov 2006 11:06:53 +0000 Subject: - Patch #99287 by webchick: missed some title capitalizations. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') 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)); } } -- cgit v1.2.3