1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Replaced ADMSLAN_4 with LAN_CONTINUE

First tiny step to contribute to the coding of e107

I have replace ADMSLAN_4 in administrator.php with LAN_CONTINUE from
English.php and commented ADMSLAN_4 out in lan_administrator.php
This commit is contained in:
MikeyGMT
2015-07-01 22:47:20 +01:00
parent c2bf486604
commit 6bbf40648d
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
//define("ADMSLAN_1", "now has admin status."); - no references found
//define("ADMSLAN_3", "is the main site administrator and cannot be edited.");
define("ADMSLAN_4", "Continue");
//define("ADMSLAN_4", "Continue");//LAN_CONTINUE
//define("ADMSLAN_5", "Error!"); - global admin LAN_ERROR
define("ADMSLAN_6", "is the main site administrator and cannot be deleted.");