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