From e72fca81ac099eed66a0333aa168257945cc9cc5 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 30 May 2013 08:03:03 +1200 Subject: [PATCH] CRM-11356 reword ending date range --- CRM/Core/Form/Date.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Core/Form/Date.php b/CRM/Core/Form/Date.php index 17dce3f664..988fd0b46a 100644 --- a/CRM/Core/Form/Date.php +++ b/CRM/Core/Form/Date.php @@ -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)) { -- 2.25.1