1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +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

@@ -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());