From 1af0cfd5fe0a037a23a3538079228c59a36d00c6 Mon Sep 17 00:00:00 2001 From: yurg Date: Sun, 22 Jul 2018 19:10:43 +0200 Subject: [PATCH] Update civicrm_rules_event.inc There are 3 Rule Events available for CiviCRM Contact: * After updating an existing civicrm contact * CiviCRM Contact has been updated * Contact has been updated A little bit hard to find what is the difference. Let us help users by telling that "Contact has been updated" comes from Event. Perhaps, would be even better to move this one under CiviCRM Events option group. --- modules/civicrm_rules/civicrm_rules_event.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/civicrm_rules/civicrm_rules_event.inc b/modules/civicrm_rules/civicrm_rules_event.inc index eb7ba817b..756df9f63 100644 --- a/modules/civicrm_rules/civicrm_rules_event.inc +++ b/modules/civicrm_rules/civicrm_rules_event.inc @@ -47,7 +47,7 @@ function civicrm_rules_get_event() { ), 'contact_edit' => array( - 'label' => t('Contact has been updated'), + 'label' => t('Contact has been updated (CiviCRM Event Rule)'), 'group' => 'CiviCRM Contact', 'variables' => civicrm_rules_rules_events_variables(t('update contact')), ),