From 21603f3b943e5af567199831647c618418a0777c Mon Sep 17 00:00:00 2001 From: joannechester Date: Wed, 19 Aug 2015 21:55:24 +1000 Subject: [PATCH] text-change --- CRM/Core/Form/Date.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Form/Date.php b/CRM/Core/Form/Date.php index 02d27cb57c..e52e2f7d50 100644 --- a/CRM/Core/Form/Date.php +++ b/CRM/Core/Form/Date.php @@ -184,7 +184,7 @@ class CRM_Core_Form_Date { 'starting.day' => ts('Tomorrow'), 'starting.week' => ts('Next 7 days including today'), 'starting.month' => ts('Next 30 days including today'), - 'starting.quarter' => ts('Next 90 days including today'), + 'starting.quarter' => ts('Next 90 days from today'), 'starting.year' => ts('Next 12 months including today'), 'less.year' => ts('To end of current calendar year'), 'less.quarter' => ts('To end of current quarter'), -- 2.25.1