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

Some LAN fixes in the "Import into e107" plugin.

This commit is contained in:
Cameron
2013-03-05 15:09:45 -08:00
parent 591475199f
commit 762545a28a
3 changed files with 6 additions and 6 deletions

View File

@@ -5,6 +5,6 @@
*
* 'Import plugin' global language defines
*/
define("LAN_PLUGIN_IMPORT_NAME", "Import plugin");
define("LAN_PLUGIN_IMPORT_NAME", "Import into e107");
define("LAN_PLUGIN_IMPORT_DESCRIPTION", "Import data from Wordpress, Joomla, Drupal, Blogpost, RSS and other formats.");
?>