From 400d94e903f1c7dab0eedba185109291652dda14 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 28 Mar 2010 22:21:39 -0700 Subject: [PATCH] Fix typos in some calendar help. Fixes bug #11493 --- 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 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' => {