fixed missing ts tags in mailing form and member dashboard
authorsystopia <bochan@systopia.de>
Fri, 6 Jun 2014 09:52:20 +0000 (11:52 +0200)
committersystopia <bochan@systopia.de>
Fri, 6 Jun 2014 09:52:20 +0000 (11:52 +0200)
CRM/Mailing/Form/Search.php
templates/CRM/Member/Page/DashBoard.tpl

index 1495328523bcb2dd36fa1f6f45b15100f82f5134..9d49b45551c55fb19025a7c96cdfb86aac46f5b4 100644 (file)
@@ -56,9 +56,9 @@ class CRM_Mailing_Form_Search extends CRM_Core_Form {
 
     $statusVals = array('Scheduled', 'Complete', 'Running', 'Canceled');
     foreach ($statusVals as $status) {
-      $this->addElement('checkbox', "mailing_status[$status]", NULL, $status);
+      $this->addElement('checkbox', "mailing_status[$status]", NULL, ts($status));
     }
-    $this->addElement('checkbox', 'status_unscheduled', NULL, 'Draft / Unscheduled');
+    $this->addElement('checkbox', 'status_unscheduled', NULL, ts('Draft / Unscheduled'));
     $this->addYesNo('is_archived', ts('Mailing is Archived'), TRUE);
 
     if ($parent->_sms) {
index 24867b13dd07d2b83a8abfff1b473909a4df151c..89e0a0c21855be795ec1c427525475651fdc9689 100644 (file)
 
     </tr>
     <tr><td colspan='11'>
-      Primary member counts (those who "own" the membership rather than receiving via relationship) are in [brackets].
+      {ts}Primary member counts (those who "own" the membership rather than receiving via relationship) are in [brackets].{/ts}
     </td></tr>
   </table>
 {/if}