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:
@@ -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');
|
||||
|
||||
|
||||
?>
|
@@ -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');
|
||||
?>
|
Reference in New Issue
Block a user