X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCase.setting.php;h=0b19250e61af2f4708bce5d6708c60767402a203;hb=e7b50ec398496d4780c06c4b795461d9fc959ab3;hp=44dc6055695280e93259af149bf0cc45b482cc5a;hpb=5790edc8b91deb7688c188460ed8cc7755e0345d;p=civicrm-core.git diff --git a/settings/Case.setting.php b/settings/Case.setting.php index 44dc605569..0b19250e61 100644 --- a/settings/Case.setting.php +++ b/settings/Case.setting.php @@ -12,9 +12,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2020 - * $Id$ - * + * @copyright CiviCRM LLC https://civicrm.org/licensing */ /** @@ -93,10 +91,10 @@ return [ 'default' => FALSE, 'html_type' => 'radio', 'add' => '4.7', - 'title' => ts('Enable Embedded Activity Revisions'), + 'title' => ts('Enable deprecated Embedded Activity Revisions'), 'is_domain' => 1, 'is_contact' => 0, - 'description' => ts('Enable tracking of activity revisions embedded within the "civicrm_activity" table. Alternatively, see "Administer => System Settings => Misc => Logging".'), + 'description' => ts('Enable tracking of activity revisions embedded within the "civicrm_activity" table. This should not be enabled on new installs and will be unsupported in the future. You should enable "Administer => System Settings => Misc => Logging" instead.'), 'help_text' => '', ], 'civicaseShowCaseActivities' => [