CRM-15578 - Mailing.setting.php - Cleanup track_civimail_replies
authorTim Otten <totten@civicrm.org>
Sun, 8 Feb 2015 23:38:46 +0000 (15:38 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 9 Feb 2015 11:26:50 +0000 (03:26 -0800)
It appears that the description was copy/pasted without proper adjustments.

settings/Mailing.setting.php

index 6a4cfe7035e7a944fd872d2cc163b1a24599e226..c42f5dfb8956f98b8191024b37d01783da6a7813 100644 (file)
@@ -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',
   ),