1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Merge pull request #2179 from MikeyGMT/20161220a

Urgent - Missing parenthesis in lan_admin.php
This commit is contained in:
Cameron
2016-12-20 15:15:53 -08:00
committed by GitHub

View File

@@ -125,7 +125,7 @@ define("ADLAN_119", "Unchecked submitted links");
define("ADLAN_120", "There is a database update available, please click button to install ...");
define("ADLAN_121", "Install");
define("ADLAN_122", "A new update is ready to install! Click to unzip and install v [x]";
define("ADLAN_122", "A new update is ready to install! Click to unzip and install v [x]");
//define("ADLAN_123", "Unchecked submitted articles");
//define("ADLAN_124", "Unchecked submitted reviews");
@@ -185,7 +185,7 @@ define("ADLAN_163", "A newer version of an installed plugin is available:");
define("ADLAN_164", "Successfully logged in as [x].");
define("ADLAN_165", "Powered by e107");
define("ADLAN_166", "Return to Website");
define("ADLAN_167", "Pending Mailshots";
define("ADLAN_167", "Pending Mailshots");
// define("ADLAN_CL_1", "Settings");
define("ADLAN_CL_2", "Users");
@@ -227,7 +227,7 @@ Below is the list of files that could potentially be malicious:");
define("LAN_CREATE","Create");
define("LAN_MANAGE","Manage");
define("LAN_UPDATE","Update");
define("LAN_UPDATE_AVAILABLE","Update Available";
define("LAN_UPDATE_AVAILABLE","Update Available");
define("LAN_ADD", "Add");
define("LAN_SAVE","Save");
define("LAN_SAVED","Saved");