aboutsummaryrefslogtreecommitdiffstats
path: root/profile.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-11-20 22:52:28 +0000
committerrub <rub@piwigo.org>2006-11-20 22:52:28 +0000
commit650c3ce50a2b9246a95d52a3521c25094d7603d5 (patch)
tree7c0d0baf20edc94ec63b348986d17f97958bf9aa /profile.php
parent1233f248ed20795c544441c5ebd97e344462c70a (diff)
Resolved Issue ID 0000587:
o Not uniform use of lang['login'] and lang['Username'] git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1613 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'profile.php')
-rw-r--r--profile.php2
1 files changed, 1 insertions, 1 deletions
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'],