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:
b1a7daf
)
Change Re-use to Copy
author
Lars SG
<lars@wildsight.ca>
Sat, 17 Apr 2021 03:06:30 +0000
(21:06 -0600)
committer
Lars SG
<lars@wildsight.ca>
Sat, 17 Apr 2021 03:06:30 +0000
(21:06 -0600)
CRM/Mailing/Selector/Browse.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/Selector/Browse.php
b/CRM/Mailing/Selector/Browse.php
index f08fac620eaec2ed25d1aff7813409bed1f6513c..91ac83909b66d829cdcce5bca453904cfc534fd1 100644
(file)
--- a/
CRM/Mailing/Selector/Browse.php
+++ b/
CRM/Mailing/Selector/Browse.php
@@
-259,10
+259,10
@@
LEFT JOIN civicrm_contact scheduledContact ON ( $mailing.scheduled_id = schedul
'title' => ts('Continue Mailing'),
],
CRM_Core_Action::UPDATE => [
- 'name' => ts('
Re-Use
'),
+ 'name' => ts('
Copy
'),
'url' => 'civicrm/mailing/send',
'qs' => 'mid=%%mid%%&reset=1',
- 'title' => ts('
Re-Send
Mailing'),
+ 'title' => ts('
Copy
Mailing'),
],
CRM_Core_Action::DELETE => [
'name' => ts('Delete'),