From 49d5f4c6785ddeb757b592857f9bacbcc67511a6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 29 Feb 2008 16:35:58 +0000 Subject: [PATCH] fixed some typos in the calendar help --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Calendar.pm | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 076d4f166..026211f77 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.5.5 + - fixed: Several typos in the new Calendar help documentation. 7.5.4 - fixed: unable to remove calendar feeds in IE6 diff --git a/lib/WebGUI/i18n/English/Asset_Calendar.pm b/lib/WebGUI/i18n/English/Asset_Calendar.pm index cfee17640..4c95fb899 100755 --- a/lib/WebGUI/i18n/English/Asset_Calendar.pm +++ b/lib/WebGUI/i18n/English/Asset_Calendar.pm @@ -682,9 +682,9 @@ our $I18N = { }, 'helpvar url_nextPage' => { - message => 'The URL to the next page. If there is no previous page, this + message => 'The URL to the next page. If there is no next page, this variable will not exist.', - lastUpdated => 0, + lastUpdated => 1204303378, context => 'Description of template variable', }, @@ -696,11 +696,11 @@ our $I18N = { }, 'help calendar dateTime body' => { - message => 'These variables are available for most date/time in the Calendar.

+ message => 'These variables are available for most dates and times in the Calendar.

NOTE: Sometimes these variables have a prefix, like "start" or "end". In that case, the first letter of the variables below is capitalized, so "monthName" with a prefix of "start" becomes "startMonthName".', - lastUpdated => 0, + lastUpdated => 1204303540, context => 'Body for help page', }, @@ -801,8 +801,8 @@ our $I18N = { }, 'helpvar dateTime end' => { - message => 'A set of date/time variables with the prefix "end". See "Calendar Date/Time Variables for more information.', - lastUpdated => 0, + message => 'A set of date/time variables with the prefix "end". See "Calendar Date/Time Variables" for more information.', + lastUpdated => 1204303480, context => 'Description of template variable', },