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',
},