From 010d9ba9bdd944ef6e4f2f558c5ff05f2e939da2 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 26 Feb 2013 01:27:38 -0800 Subject: [PATCH] PM Language file fix --- e107_plugins/pm/languages/English_admin_pm.php | 3 +-- e107_plugins/pm/languages/English_global.php | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/pm/languages/English_admin_pm.php b/e107_plugins/pm/languages/English_admin_pm.php index d45a9cc93..b58498311 100755 --- a/e107_plugins/pm/languages/English_admin_pm.php +++ b/e107_plugins/pm/languages/English_admin_pm.php @@ -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'); + ?> \ No newline at end of file diff --git a/e107_plugins/pm/languages/English_global.php b/e107_plugins/pm/languages/English_global.php index b7f1e7cd8..be4bf0845 100644 --- a/e107_plugins/pm/languages/English_global.php +++ b/e107_plugins/pm/languages/English_global.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'); ?> \ No newline at end of file