CRM-11356 reword ending date range
authoreileen <eileen@fuzion.co.nz>
Wed, 29 May 2013 20:03:03 +0000 (08:03 +1200)
committereileen <eileen@fuzion.co.nz>
Wed, 29 May 2013 20:03:03 +0000 (08:03 +1200)
CRM/Core/Form/Date.php

index 17dce3f6649d45d126485dbd8fff33395687a6fa..988fd0b46a286d873b3824d43e88edb11e0c16aa 100644 (file)
@@ -171,10 +171,10 @@ Class CRM_Core_Form_Date {
         'current.quarter' => ts('Current Quarter to-date'),
         'current.month' => ts('Current Month to-date'),
         'current.week' => ts('Current Week to-date'),
-        'ending.year' => ts('From 12 Months Ago'),
-        'ending.quarter' => ts('From 3 Months Ago'),
-        'ending.month' => ts('From 1 Month Ago'),
-        'ending.week' => ts('From 1 Week Ago'),
+        'ending.year' => ts('Last 12 Months'),
+        'ending.quarter' => ts('Last 3 Months'),
+        'ending.month' => ts('Last Month'),
+        'ending.week' => ts('Last 7 days'),
       );
 
     if (is_array($operators)) {