mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Duplicate LANs Replaced with Common Phrases - Page & Menus
LANS found on PAGE and MENU replaced with common terms - plus other odd instances of same terms.
This commit is contained in:
2
page.php
2
page.php
@@ -742,7 +742,7 @@ class pageClass
|
||||
case 'pw':
|
||||
$frm = e107::getForm();
|
||||
$extend->caption = LAN_PAGE_8;
|
||||
$extend->label = LAN_PAGE_9;
|
||||
$extend->label = LAN_PASSWORD;
|
||||
$extend->password = $frm->password('page_pw','',50,'size=xlarge&required=1');
|
||||
$extend->icon = e_IMAGE_ABS.'generic/password.png';
|
||||
$extend->submit = $frm->submit('submit_page_pw', LAN_PAGE_10);
|
||||
|
Reference in New Issue
Block a user