Changed label to be more clear what the checking the checkbox does.
authorMattias Michaux <mattias.michaux@gmail.com>
Tue, 17 Nov 2015 21:22:51 +0000 (22:22 +0100)
committerMattias Michaux <mattias.michaux@gmail.com>
Sat, 21 Nov 2015 19:13:56 +0000 (20:13 +0100)
CRM/Event/Form/Search.php

index c90d8277a0d17a43664ae9e4227175cb831f5f04..15ad8ea86b10362745a4d136bb908e3fdcd433e0 100644 (file)
@@ -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);