diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 94b700a29..f172ecf92 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.9.2 - added #11412: Additional navigation in Gallery Photo View - added: Sort Items switch to Syndicated Content asset + - fixed #11493: i18n AssetCalendar::pageNextUrl monthVar 7.9.1 - fixed #11464: blank page after setting posts per page in Collaboration System to 0 (zero) diff --git a/lib/WebGUI/i18n/English/Asset_Calendar.pm b/lib/WebGUI/i18n/English/Asset_Calendar.pm index fe9b9da54..a538df563 100644 --- a/lib/WebGUI/i18n/English/Asset_Calendar.pm +++ b/lib/WebGUI/i18n/English/Asset_Calendar.pm @@ -954,13 +954,13 @@ our $I18N = { }, 'pageNextUrl monthVar' => { - message => q|A URL to the next year in the calendar.|, - lastUpdated => 1268669460, + message => q|A URL to the next month in the calendar.|, + lastUpdated => 1269839944, }, 'pagePrevUrl monthVar' => { - message => q|A URL to the previous year in the calendar.|, - lastUpdated => 1268669463, + message => q|A URL to the previous month in the calendar.|, + lastUpdated => 1269839951, }, 'pageNextYear' => {