File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 123
123
$ string ['dateformatting ' ] = 'Use the year-month-day format, e.g. for March 4th, 1945: <strong>1945-03-04</strong> ' ;
124
124
// Prior to release 3.6.0, you could specify an input date format in the above string. Now, the format must be as below. This
125
125
// string is used now in case sites modified the above string.
126
- $ string ['strictdateformatting ' ] = 'Enter the date using the date picker below, or by using the \' YYYY-MM-DD \' format . ' ;
126
+ $ string ['strictdateformatting ' ] = 'Enter the date using the date picker below. ' ;
127
127
$ string ['deleteallresponses ' ] = 'Delete ALL Responses ' ;
128
128
$ string ['deletecurrentquestion ' ] = 'Delete question {$a} ' ;
129
129
$ string ['deletedallgroupresp ' ] = 'Deleted ALL Responses in group {$a} ' ;
You can’t perform that action at this time.
0 commit comments