Update Date.php
authorjoannechester <joannechester@users.noreply.github.com>
Wed, 3 Sep 2014 03:41:20 +0000 (13:41 +1000)
committerjoannechester <joannechester@users.noreply.github.com>
Wed, 3 Sep 2014 03:41:20 +0000 (13:41 +1000)
CRM/Core/Form/Date.php

index 2e70c14678595de354d8aa1a8b2b099a63fdbaeb..06defed78d17ce4e136edb2164ac5006bef3483b 100644 (file)
@@ -158,11 +158,11 @@ Class CRM_Core_Form_Date {
         'previous_2.month' => ts('Previous 2 Months'),
         'previous_2.week' => ts('Previous 2 Weeks'),
         'previous_2.day' => ts('Previous 2 Days'),
-        'earlier.year' => ts('To End of Prior Year'),
-        'earlier.quarter' => ts('To End of Prior Quarter'),
-        'earlier.month' => ts('To End of Prior Month'),
-        'earlier.week' => ts('To End of Prior Week'),
-        'earlier.day' => ts('To End of Prior Day'),
+        'earlier.year' => ts('To End of Previous Year'),
+        'earlier.quarter' => ts('To End of Previous Quarter'),
+        'earlier.month' => ts('To End of Previous Month'),
+        'earlier.week' => ts('To End of Previous Week'),
+        'earlier.day' => ts('To End of Previous Day'),
         'greater.year' => ts('From Start of Current Year'),
         'greater.quarter' => ts('From Start of Current Quarter'),
         'greater.month' => ts('From Start of Current Month'),