From 81ecb970bc638951b3fc468da2268803b54968a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 17 Dec 2007 13:46:36 +0000 Subject: #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' --- 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 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, -- cgit v1.2.3