From fe4df6d3674934bcd33222c0159839fb089db7fc Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 8 Feb 2015 15:38:46 -0800 Subject: [PATCH] CRM-15578 - Mailing.setting.php - Cleanup track_civimail_replies It appears that the description was copy/pasted without proper adjustments. --- settings/Mailing.setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/Mailing.setting.php b/settings/Mailing.setting.php index 6a4cfe7035..c42f5dfb89 100644 --- a/settings/Mailing.setting.php +++ b/settings/Mailing.setting.php @@ -59,10 +59,10 @@ return array( 'html_type' => 'checkbox', 'default' => 0, 'add' => '4.1', - 'title' => 'Enable Double Opt-in for Profile Group(s) field', + 'title' => 'Track replies using VERP in Reply-To header', 'is_domain' => 1, 'is_contact' => 0, - 'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.', + 'description' => 'If checked, mailings will default to tracking replies using VERP-ed Reply-To. ', 'help_text' => NULL, 'validate_callback' => 'CRM_Core_BAO_Setting::validateBoolSetting', ), -- 2.25.1