aboutsummaryrefslogtreecommitdiffstats
path: root/identification.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-11-20 22:55:45 +0000
committerrub <rub@piwigo.org>2006-11-20 22:55:45 +0000
commit32a7950e9d1ebd8e2bc0da383404de2977fdb3bc (patch)
tree3f1b43ce26810fcc8729e4c4398c2faba272f4c9 /identification.php
parentb068137ddc462fee65f9fe1cd1809c8854fb3881 (diff)
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
Diffstat (limited to 'identification.php')
-rw-r--r--identification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/identification.php b/identification.php
index a1a60ec08..5800e109c 100644
--- a/identification.php
+++ b/identification.php
@@ -86,7 +86,7 @@ $template->set_filenames( array('identification'=>'identification.tpl') );
$template->assign_vars(
array(
'L_TITLE' => $lang['identification'],
- 'L_USERNAME' => $lang['login'],
+ 'L_USERNAME' => $lang['Username'],
'L_PASSWORD' => $lang['password'],
'L_LOGIN' => $lang['submit'],
'L_GUEST' => $lang['ident_guest_visit'],