1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Added missing tags to plugin.xml

This commit is contained in:
Cameron
2013-05-04 14:29:00 -07:00
parent 7a89310d28
commit ea0cf34569
2 changed files with 9 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
// This should contain the LANs used in the plugin.xml file.
define("LAN_PLUGIN__BLANK_NAME", "Blank Plugin");
define("LAN_PLUGIN__BLANK_DIZ", "A Blank Plugin to help you get started in plugin development");
define("LAN_PLUGIN__BLANK_DIZ", "A Blank Plugin to help you get started in plugin development. More details can be added here.");
define("LAN_PLUGIN__BLANK_LINK", "Blank Link");
?>