From: yashodha Date: Thu, 7 Apr 2016 05:15:05 +0000 (+0530) Subject: CRM-18371 : Misspelling in the print or email receipts screen X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=be4478f067e2c46d79616436984f713856a3ab34;p=civicrm-core.git 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 --- 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(