From 720c06a50a66c937ce98dbf7bcc2892c01909eaf Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 27 Jun 2011 15:10:34 -0700 Subject: [PATCH] Fix template help variables for month/year in the Calendar. Fixes bug #12167. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Calendar.pm | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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' => {