diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 7e4c985f7..9b6a1e062 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -22,6 +22,7 @@ - fixed #8845: Workflows refusing to show edit screen - fixed #4198: Namespace of Template "Newsletter (Manager)" set to "Collaboration - fixed #4161: asset manager: switching title to descending order reverts to ascending on next page + - fixed #8914: epoch for calendar/List View for Calendar 7.6.3 - improved performance of file uploads diff --git a/lib/WebGUI/i18n/English/Asset_Calendar.pm b/lib/WebGUI/i18n/English/Asset_Calendar.pm index 25c5d7e27..0d0f7f8ba 100755 --- a/lib/WebGUI/i18n/English/Asset_Calendar.pm +++ b/lib/WebGUI/i18n/English/Asset_Calendar.pm @@ -795,13 +795,13 @@ our $I18N = { }, 'helpvar dateTime start' => { - message => 'A set of date/time variables with the prefix "start". See "Calendar Date/Time Variables" for more information.', - lastUpdated => 0, + message => 'A set of date/time variables with the prefix "start" that all deal with the starting date of the displayed interval for the List view of the Calendar. See "Calendar Date/Time Variables" for more information.', + lastUpdated => 1226959335, context => 'Description of template variable.', }, 'helpvar dateTime end' => { - message => 'A set of date/time variables with the prefix "end". See "Calendar Date/Time Variables" for more information.', + message => 'A set of date/time variables with the prefix "end" that all deal with the ending date of the displayed window for the List view of the Calendar. See "Calendar Date/Time Variables" for more information.', lastUpdated => 1204303480, context => 'Description of template variable', },