From 901b91db1453816f105181a42e08156172d8a853 Mon Sep 17 00:00:00 2001 From: Mattias Michaux Date: Tue, 17 Nov 2015 22:22:51 +0100 Subject: [PATCH] Changed label to be more clear what the checking the checkbox does. --- CRM/Event/Form/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/Search.php b/CRM/Event/Form/Search.php index c90d8277a0..15ad8ea86b 100644 --- a/CRM/Event/Form/Search.php +++ b/CRM/Event/Form/Search.php @@ -171,7 +171,7 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search { $this->addSortNameField(); if (CRM_Core_Permission::check('access deleted contacts') and CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'contact_undelete', NULL)) { - $this->addElement('checkbox', 'deleted_contacts', ts('Search deleted participants')); + $this->addElement('checkbox', 'deleted_contacts', ts('Deleted contacts')); } CRM_Event_BAO_Query::buildSearchForm($this); -- 2.25.1