1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

Merge pull request #2403 from yesszus/patch-3

Update e107_admin/plugin.php
This commit is contained in:
Cameron
2017-02-13 15:44:15 -08:00
committed by GitHub
3 changed files with 6 additions and 7 deletions

View File

@@ -330,7 +330,7 @@ define("LAN_POSTED_BY_X","Posted by [x] [y]");
define("LAN_VIEW_ALL","View All");
define("LAN_BAN","Ban");
define("LAN_PATH", "Path");
define("LAN_UPLOAD", "Upload");
define("LAN_UPLOADS","Uploads");

View File

@@ -308,5 +308,4 @@ define("LAN_UNINSTALL_FAIL", "Unable to uninstall!");
define("LAN_PLUGIN_IS_USED", "[x] plugin is used by:");
?>