X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FMailing.setting.php;h=18f98c89672ade6368af693a6ffcc8db47e83ded;hb=8716a381bafeb8b80148c1f36de71aec5e1f3faf;hp=f9101468a7bb56148910b44bc69aae147d4625c4;hpb=e425a965789b9e5a86069069c8fa18c50d3e2b6a;p=civicrm-core.git diff --git a/settings/Mailing.setting.php b/settings/Mailing.setting.php index f9101468a7..18f98c8967 100644 --- a/settings/Mailing.setting.php +++ b/settings/Mailing.setting.php @@ -74,7 +74,7 @@ return array( 'html_type' => 'checkbox', 'default' => 0, 'add' => '4.1', - 'title' => null, + 'title' => 'Use CiviMail Workflow', '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.', @@ -88,7 +88,7 @@ return array( 'html_type' => 'checkbox', 'default' => 0, 'add' => '4.1', - 'title' => null, + 'title' => 'Lock Mails Server-Wide for Mail Sending', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -102,7 +102,7 @@ return array( 'html_type' => 'checkbox', 'default' => 0, 'add' => '4.1', - 'title' => null, + 'title' => 'Mailing Backend', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, @@ -178,4 +178,4 @@ return array( 'description' => 'If enabled, a randomized hash key will be used to reference the mailing URL in the mailing.viewUrl token, instead of the mailing ID', 'help_text' => null, ), -); \ No newline at end of file +);