Standardize letter case
authorray-wright <34744834+ray-wright@users.noreply.github.com>
Fri, 7 Dec 2018 21:52:07 +0000 (16:52 -0500)
committerGitHub <noreply@github.com>
Fri, 7 Dec 2018 21:52:07 +0000 (16:52 -0500)
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

index 954786cde557e2d614763031d2ab613805f6d388..df844c89d9a7e9ccffce92218c262b4f14092048 100644 (file)
@@ -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,
         ),