From be4478f067e2c46d79616436984f713856a3ab34 Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 7 Apr 2016 10:45:05 +0530 Subject: [PATCH] CRM-18371 : Misspelling in the print or email receipts screen ---------------------------------------- * CRM-18371: Misspelling in the print or email receipts screen https://issues.civicrm.org/jira/browse/CRM-18371 --- CRM/Contribute/Form/Task/PDF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Task/PDF.php b/CRM/Contribute/Form/Task/PDF.php index 9daaacd4df..f8f6ece6e1 100644 --- a/CRM/Contribute/Form/Task/PDF.php +++ b/CRM/Contribute/Form/Task/PDF.php @@ -115,7 +115,7 @@ AND {$this->_componentClause}"; array(0 => ts('- default -')) + CRM_Core_BAO_PdfFormat::getList(TRUE) ); $this->add('checkbox', 'receipt_update', ts('Update receipt dates for these contributions'), FALSE); - $this->add('checkbox', 'override_privacy', ts('Override privacy setting? (Do no email / Do not mail)'), FALSE); + $this->add('checkbox', 'override_privacy', ts('Override privacy setting? (Do not email / Do not mail)'), FALSE); $this->addButtons(array( array( -- 2.25.1