diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index e36105905..1e227b391 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - Added ability to pass caller assetId to RenderThingMacro - Allow specific expirations for groups in userImport.pl - fixed #12164: Calendar feeds with tons of ;adminId=XXXXXX added + - fixed #12167: Calendar Next/Prev Month/Year confusion 7.10.18 - fixed #12138: Version tag gets create by entering and direct leaving diff --git a/lib/WebGUI/i18n/English/Asset_Calendar.pm b/lib/WebGUI/i18n/English/Asset_Calendar.pm index a538df563..eca80c75e 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 month in the calendar.|, - lastUpdated => 1269839944, + message => q|A URL to the next year in the calendar.|, + lastUpdated => 1309212604, }, 'pagePrevUrl monthVar' => { - message => q|A URL to the previous month in the calendar.|, - lastUpdated => 1269839951, + message => q|A URL to the previous year in the calendar.|, + lastUpdated => 1309212606, }, 'pageNextYear' => {