LocationType - Use standard delete function which calls hooks
[civicrm-core.git] / settings / Core.setting.php
index b01373382d6a9be22c9810fb973948f851827d33..f3079b296c5525f4ee5dbe759b88fc09a3925153 100644 (file)
@@ -375,7 +375,7 @@ return [
     'pseudoconstant' => [
       'callback' => 'CRM_Contact_BAO_GroupContactCache::getModes',
     ],
-    'description' => ts('Should the acl cache be by cron jobs or user actions'),
+    'description' => ts('Should the acl cache be flushed by cron jobs or user actions'),
     'help_text' => ts('In "Opportunistic Flush" mode, caches are flushed in response to user actions; this mode is broadly compatible but may add latency during form-submissions. In "Cron Flush" mode, you should schedule a cron job to flush caches if your site uses ACLs; this can improve latency on form-submissions but requires more setup.'),
   ],
   'installed' => [