CalLite: Fix default English date format.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5378 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-11-23 08:54:42 +00:00
parent 4b8f98bce9
commit d805353cca

View File

@ -56,7 +56,6 @@ const
DefCalWidth = 210;
DefMinHeight = 120;
DefMinWidth = 120;
DefaultDisplayText = 'Today is,"mmm"","" dd yyyy",Holidays during,There are no holidays set for';
DefTStyle: TTextStyle = (Alignment : taCenter; Layout : tlCenter;
SingleLine : False; Clipping : True;
ExpandTabs : False; ShowPrefix : False;
@ -64,6 +63,7 @@ const
SystemFont : False; RightToLeft: False;
EndEllipsis: False);
DefaultDisplayText = 'Today is,"mmm dd"","" yyyy",Holidays during,There are no holidays set for';
EnglishDays = 'Sun,Mon,Tue,Wed,Thu,Fri,Sat';
EnglishMonths = 'January,February,March,April,May,June,July,August,September,October,November,December';