From 91b50fce1201571ffd3597892b63a7584d7cad6d Mon Sep 17 00:00:00 2001
From: Nupur Lohokare <nupslohokare@gmail.com>
Date: Tue, 3 Nov 2015 10:17:01 +0530
Subject: [PATCH] Fixed grammar

---
 date_admin.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/date_admin.inc b/date_admin.inc
index 13da42e..aefb6e2 100644
--- a/date_admin.inc
+++ b/date_admin.inc
@@ -561,7 +561,7 @@ function _date_field_settings_form($field, $instance, $has_data) {
   $form['cache_enabled'] = array(
     '#type' => 'checkbox',
     '#title' => t('Cache dates'),
-    '#description' => t('Date objects can be created and cached as date fields are loaded rather than when they are displayed to improve performance.'),
+    '#description' => t('Date objects can be created and cached as date fields are loaded, rather than when they are displayed, to improve performance.'),
     '#default_value' => !empty($settings['cache_enabled']),
     '#weight' => 10,
   );
-- 
1.9.1

