mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Issue #6 Language-file standards. Wrap definitions in double-quotes.
This commit is contained in:
@@ -12,8 +12,8 @@ define("LAN_PLUGIN_FEATUREBOX_BATCH", "Create Featurebox Item");
|
||||
|
||||
|
||||
// Install/uninstall messages
|
||||
define('FBLAN_INSTALL_01', 'Adding Default category table data.'); //XXX Use Generic
|
||||
define('FBLAN_INSTALL_02', 'Adding Default table data.'); //XXX Use Generic
|
||||
define('FBLAN_INSTALL_03', 'Unassigned');
|
||||
define('FBLAN_INSTALL_04', 'Carousel');
|
||||
define('FBLAN_INSTALL_05', 'Tabs');
|
||||
define("FBLAN_INSTALL_01", "Adding Default category table data."); //XXX Use Generic
|
||||
define("FBLAN_INSTALL_02", "Adding Default table data."); //XXX Use Generic
|
||||
define("FBLAN_INSTALL_03", "Unassigned");
|
||||
define("FBLAN_INSTALL_04", "Carousel");
|
||||
define("FBLAN_INSTALL_05", "Tabs");
|
Reference in New Issue
Block a user