X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FMailing.setting.php;h=bfcc3580741d860005c0c75da8f86c3b91e78f4f;hb=b3b57ad15adbcfbe1c5d5c4bfdbbd2c6b2b410be;hp=17e5b692180b799e5e1060a7701206eb1f97a152;hpb=cff3d6abef2a03ef6afbac2de6233f9c64dfe84d;p=civicrm-core.git diff --git a/settings/Mailing.setting.php b/settings/Mailing.setting.php index 17e5b69218..bfcc358074 100644 --- a/settings/Mailing.setting.php +++ b/settings/Mailing.setting.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ /* * Settings metadata file @@ -388,6 +386,6 @@ return [ 'is_domain' => 1, 'is_contact' => 0, 'description' => ts('The frequency that CiviMail updates its sent mail database.'), - 'help_text' => 'CiviMail records email sent at the frequency you specify. If you set it to 1, it will update the database every time it sends an email. This ensures that emails are not resent if the batch job fails, but this may cause a performance hit, particularly for large jobs.', + 'help_text' => NULL, ], ];