projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8548b9
)
Standardize letter case
author
ray-wright
<34744834+ray-wright@users.noreply.github.com>
Fri, 7 Dec 2018 21:52:07 +0000
(16:52 -0500)
committer
GitHub
<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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/Task.php
b/CRM/Case/Task.php
index 954786cde557e2d614763031d2ab613805f6d388..df844c89d9a7e9ccffce92218c262b4f14092048 100644
(file)
--- 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
D
ocument'),
+ 'title' => ts('Print/merge
d
ocument'),
'class' => 'CRM_Case_Form_Task_PDF',
'result' => FALSE,
),