From c2f30983bb5ac9f364582fe71024a6a1bea5226f Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Mon, 12 Dec 2016 15:43:48 +1300 Subject: [PATCH] Correct labelling of new Short Date format. Refs CRM-19490. --- settings/Localization.setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 1035bc9764..9736b0627e 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -361,7 +361,7 @@ return array( 'maxlength' => '60', ), 'default' => '%m/%d/%Y', - 'title' => 'Date Format: Short date Day Month Year', + 'title' => 'Date Format: Short date Month Day Year', 'description' => '', ), 'dateInputFormat' => array( -- 2.25.1