Change Re-use to Copy
authorLars SG <lars@wildsight.ca>
Sat, 17 Apr 2021 03:06:30 +0000 (21:06 -0600)
committerLars SG <lars@wildsight.ca>
Sat, 17 Apr 2021 03:06:30 +0000 (21:06 -0600)
CRM/Mailing/Selector/Browse.php

index f08fac620eaec2ed25d1aff7813409bed1f6513c..91ac83909b66d829cdcce5bca453904cfc534fd1 100644 (file)
@@ -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'),