From 32a7950e9d1ebd8e2bc0da383404de2977fdb3bc Mon Sep 17 00:00:00 2001 From: rub Date: Mon, 20 Nov 2006 22:55:45 +0000 Subject: Resolved Issue ID 0000587: o Not uniform use of lang['login'] and lang['Username'] Merge branch-1_6 1612:1613 into BSF git-svn-id: http://piwigo.org/svn/trunk@1614 68402e56-0260-453c-a942-63ccdbb3a9ee --- profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.php') diff --git a/profile.php b/profile.php index 26a4fc335..7499d07f3 100644 --- a/profile.php +++ b/profile.php @@ -196,7 +196,7 @@ $template->assign_vars( 'L_TITLE' => $lang['customize_title'], 'L_REGISTRATION_INFO' => $lang['register_title'], 'L_PREFERENCES' => $lang['preferences'], - 'L_USERNAME' => $lang['login'], + 'L_USERNAME' => $lang['Username'], 'L_EMAIL' => $lang['mail_address'], 'L_CURRENT_PASSWORD' => $lang['password'], 'L_CURRENT_PASSWORD_HINT' => $lang['password_hint'], -- cgit v1.2.3