From d85976d8743a8492457aa4b65b6f0cc21f52025c Mon Sep 17 00:00:00 2001 From: ray-wright <34744834+ray-wright@users.noreply.github.com> Date: Fri, 7 Dec 2018 16:52:07 -0500 Subject: [PATCH] Standardize letter case To match the rest of the actions on this menu (and the actions listed in Contact, Member task files) changed this to sentence case. --- CRM/Case/Task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Case/Task.php b/CRM/Case/Task.php index 954786cde5..df844c89d9 100644 --- a/CRM/Case/Task.php +++ b/CRM/Case/Task.php @@ -78,7 +78,7 @@ class CRM_Case_Task extends CRM_Core_Task { 'result' => FALSE, ), self::PDF_LETTER => array( - 'title' => ts('Print/merge Document'), + 'title' => ts('Print/merge document'), 'class' => 'CRM_Case_Form_Task_PDF', 'result' => FALSE, ), -- 2.25.1