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

PM Language file fix

This commit is contained in:
Cameron
2013-02-26 01:27:38 -08:00
parent a1b3c45ef2
commit 010d9ba9bd
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,6 @@ define('ADLAN_PM_80', 'Preference formats updated');
define('ADLAN_PM_81', 'Maximum number of PMs to send immediately');
define('ADLAN_PM_82', 'If sending more than this, they are added to a queue and sent out using the cron task');
define('ADLAN_PM_URL_DEFAULT_LABEL', 'Default');
define('ADLAN_PM_URL_DEFAULT_DESCR', 'Example: http://yoursite.com/e107_plugins/pm/pm.php');
?>

View File

@@ -2,5 +2,6 @@
define("LAN_PLUGIN_PM_NAME", "Private Messenger");
define("LAN_PLUGIN_PM_DESCRIPTION", "This plugin is a fully featured Private Messaging system.");
define('LAN_PLUGIN_PM_URL_DEFAULT_LABEL', 'Default');
define('LAN_PLUGIN_PM_URL_DEFAULT_DESCR', 'Default');
?>