From 3bf61d05c6ed0b3e52aca74bad6b8f1e1bc7b59e Mon Sep 17 00:00:00 2001 From: Edsel Date: Tue, 21 Jul 2015 16:55:17 +0530 Subject: [PATCH] ICM-21 Typo changes --- CRM/Financial/BAO/FinancialType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Financial/BAO/FinancialType.php b/CRM/Financial/BAO/FinancialType.php index b9dc236022..e3977f55f2 100644 --- a/CRM/Financial/BAO/FinancialType.php +++ b/CRM/Financial/BAO/FinancialType.php @@ -217,7 +217,7 @@ class CRM_Financial_BAO_FinancialType extends CRM_Financial_DAO_FinancialType { foreach ($financialTypes as $id => $type) { $permissions['add contributions of type ' . $type] = array( $prefix . ts('add contributions of type ') . $type, - ts('add contributions of type ') . $type, + ts('Add contributions of type ') . $type, ); $permissions['view contributions of type ' . $type] = array( $prefix . ts('view contributions of type ') . $type, -- 2.25.1