summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-17 13:46:36 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-17 13:46:36 +0000
commit81ecb970bc638951b3fc468da2268803b54968a4 (patch)
tree480494d97d43a7b8eea28a4abacbc763bac183a2
parent19f807b705b017b7e8e0e2a774328690c4efdab4 (diff)
downloadbrdo-81ecb970bc638951b3fc468da2268803b54968a4.tar.gz
brdo-81ecb970bc638951b3fc468da2268803b54968a4.tar.bz2
#199387 by Pancho: revert user login/register/request password page titles to 'User account' as it was in Drupal 5, instead of the bugos 'Log in'
-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 98048f3d1..db171a66f 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -865,7 +865,7 @@ function user_menu() {
// Registration and login pages.
$items['user'] = array(
- 'title' => 'Log in',
+ 'title' => 'User account',
'page callback' => 'user_page',
'access callback' => TRUE,
'type' => MENU_CALLBACK,