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:
ef3309b
)
ts() shoudn't be used in an inline script.
author
Coleman Watts
<coleman@civicrm.org>
Sat, 13 Apr 2013 22:37:50 +0000
(15:37 -0700)
committer
Coleman Watts
<coleman@civicrm.org>
Sun, 14 Apr 2013 00:56:17 +0000
(17:56 -0700)
templates/CRM/Case/Form/CaseView.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Case/Form/CaseView.tpl
b/templates/CRM/Case/Form/CaseView.tpl
index dba987f36189f0d4ab433d6fc045f984d017b417..c6694293bc5137e9ce0f9a93adda0e2811bd88c9 100644
(file)
--- a/
templates/CRM/Case/Form/CaseView.tpl
+++ b/
templates/CRM/Case/Form/CaseView.tpl
@@
-208,8
+208,8
@@
);
}
,{
- title:
ts('Delete case role')
,
- message:
ts('Are you sure you want to delete this case role.')
+ title:
'{/literal}{ts escape="js"}Delete case role{/ts}{literal}'
,
+ message:
'{/literal}{ts escape="js"}Are you sure you want to delete this case role?{/ts}{literal}'
});
return false;
});