CRM-18371 : Misspelling in the print or email receipts screen
authoryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 7 Apr 2016 05:15:05 +0000 (10:45 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 7 Apr 2016 05:15:05 +0000 (10:45 +0530)
----------------------------------------
* CRM-18371: Misspelling in the print or email receipts screen
  https://issues.civicrm.org/jira/browse/CRM-18371

CRM/Contribute/Form/Task/PDF.php

index 9daaacd4dfc759079ed3843858d1674c49b72d88..f8f6ece6e15e7758b5a3d568706ed97820280421 100644 (file)
@@ -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(