1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

EONE-42 (Bug): fixed missing language constant

This commit is contained in:
secretr 2010-03-24 14:02:38 +00:00
parent 9fa749d608
commit 69d59f28ff

@ -7,7 +7,7 @@
* TODO - cleanup constants not in use
*/
//define("FBLAN_01", "Feature Box");
define("FBLAN_01", "Feature Box");
define("FBLAN_02", "This plugin allows you to display a box above your news items with features / whatever you like in it. The messages can either be revolved randomly or dynamically faded.");
define("FBLAN_03", "Configure feature box");
define("FBLAN_04", "Feature Box plugin has been successfully installed. To add messages and configure, return to the main admin page and click on the feature box icon in the plugin section.");