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:
9dfe530
)
Add ts() for a sentence 'Add To case role'
author
breheret
<breheret@makoa.fr>
Wed, 26 Feb 2020 15:13:35 +0000
(16:13 +0100)
committer
GitHub
<noreply@github.com>
Wed, 26 Feb 2020 15:13:35 +0000
(16:13 +0100)
CRM/Contact/Task.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Task.php
b/CRM/Contact/Task.php
index d351f25758ac765942446a05d946a2349b4a0fe0..dbf2f203c71160a7c80ad675045c75999cc52df9 100644
(file)
--- a/
CRM/Contact/Task.php
+++ b/
CRM/Contact/Task.php
@@
-239,7
+239,7
@@
class CRM_Contact_Task extends CRM_Core_Task {
if (CRM_Core_Permission::access('CiviCase')) {
self::$_tasks[self::ADD_TO_CASE] = array(
- 'title' =>
'Add to case as role'
,
+ 'title' =>
ts('Add to case as role')
,
'class' => 'CRM_Case_Form_AddToCaseAsRole',
'result' => FALSE,
);