From: Mattias Michaux Date: Wed, 18 Nov 2015 07:52:04 +0000 (+0100) Subject: Made the field label the same as in Advanced Search. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=00126b1c644eac2277eabdcd38fc0c72bbcfe21a;p=civicrm-core.git Made the field label the same as in Advanced Search. --- diff --git a/CRM/Event/Form/Search.php b/CRM/Event/Form/Search.php index 15ad8ea86b..2561955602 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('Deleted contacts')); + $this->addElement('checkbox', 'deleted_contacts', ts('Search in Trash') . '
' . ts('(deleted contacts)')); } CRM_Event_BAO_Query::buildSearchForm($this);