1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 10:53:29 +02:00

Issue #6 Fixed global LAN loading issue on list_new, pm and others not using an "English" folder. Corrected global LAN definition on list_new.

This commit is contained in:
Cameron
2017-12-16 12:25:18 -08:00
parent 6d401be7e5
commit 973e0dc009
7 changed files with 31 additions and 20 deletions

View File

@@ -5,6 +5,6 @@
*
* 'List new items' global language defines
*/
define("LAN_PLUGIN_LISTNEW_NAME", "List New Items");
define("LAN_PLUGIN_LISTNEW_DESCRIPTION", "This plugin allows you to view a list and/or menu of recent additions in all e107 categories. You can either view the list with data since your last visit, or view a general latest additions list.");
?>
define("LAN_PLUGIN_LIST_NEW_NAME", "List New Items");
define("LAN_PLUGIN_LIST_NEW_DESCRIPTION", "This plugin allows you to view a list and/or menu of recent additions in all e107 categories. You can either view the list with data since your last visit, or view a general latest additions list.");