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
This commit is contained in:
parent
b068137ddc
commit
32a7950e9d
4 changed files with 2 additions and 4 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue