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:
@@ -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.");
|
||||
|
Reference in New Issue
Block a user