1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01: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

@ -83,7 +83,7 @@ if (isset($_POST['del_admin']) && count($_POST['del_admin']))
{ // Can't delete main admin
$text = $row['user_name']." ".ADMSLAN_6."
<br /><br />
<a href='".e_ADMIN_ABS."administrator.php'>".ADMSLAN_4."</a>";
<a href='".e_ADMIN_ABS."administrator.php'>".LAN_CONTINUE."</a>";
$mes->addError($text);
$ns->tablerender(LAN_ERROR, $mes->render());

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.");