summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
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));
}
}