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:
e4675fe
)
CRM-14836 - fix mispelling of activities.
author
Jamie McClelland
<jm@mayfirst.org>
Tue, 10 Jun 2014 19:14:47 +0000
(15:14 -0400)
committer
Jamie McClelland
<jm@mayfirst.org>
Tue, 10 Jun 2014 19:15:49 +0000
(15:15 -0400)
----------------------------------------
* CRM-14836: Activities is misspelled on activity delete confirmation page
https://issues.civicrm.org/jira/browse/CRM-14836
CRM/Activity/Form/Task/Delete.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Activity/Form/Task/Delete.php
b/CRM/Activity/Form/Task/Delete.php
index 657788097648e3ce463fb16d72df6d57bf5b2dcf..1630437a4fa1f5c743d11353d06e86d7fb32fed4 100755
(executable)
--- a/
CRM/Activity/Form/Task/Delete.php
+++ b/
CRM/Activity/Form/Task/Delete.php
@@
-66,7
+66,7
@@
class CRM_Activity_Form_Task_Delete extends CRM_Activity_Form_Task {
* @return void
*/
function buildQuickForm() {
- $this->addDefaultButtons(ts('Delete Activites'), 'done');
+ $this->addDefaultButtons(ts('Delete Activit
i
es'), 'done');
}
/**