fixed some typos in the calendar help

This commit is contained in:
Colin Kuskie 2008-02-29 16:35:58 +00:00
parent 5cfba90e33
commit 49d5f4c678
2 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,5 @@
7.5.5 7.5.5
- fixed: Several typos in the new Calendar help documentation.
7.5.4 7.5.4
- fixed: unable to remove calendar feeds in IE6 - fixed: unable to remove calendar feeds in IE6

View file

@ -682,9 +682,9 @@ our $I18N = {
}, },
'helpvar url_nextPage' => { '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.', variable will not exist.',
lastUpdated => 0, lastUpdated => 1204303378,
context => 'Description of template variable', context => 'Description of template variable',
}, },
@ -696,11 +696,11 @@ our $I18N = {
}, },
'help calendar dateTime body' => { 'help calendar dateTime body' => {
message => 'These variables are available for most date/time in the Calendar. <br/><br/> message => 'These variables are available for most dates and times in the Calendar. <br/><br/>
NOTE: Sometimes these variables have a prefix, like "start" or "end". NOTE: Sometimes these variables have a prefix, like "start" or "end".
In that case, the first letter of the variables below is capitalized, so In that case, the first letter of the variables below is capitalized, so
"monthName" with a prefix of "start" becomes "startMonthName".', "monthName" with a prefix of "start" becomes "startMonthName".',
lastUpdated => 0, lastUpdated => 1204303540,
context => 'Body for help page', context => 'Body for help page',
}, },
@ -801,8 +801,8 @@ our $I18N = {
}, },
'helpvar dateTime end' => { 'helpvar dateTime end' => {
message => 'A set of date/time variables with the prefix "end". See "Calendar Date/Time Variables for more information.', message => 'A set of date/time variables with the prefix "end". See "Calendar Date/Time Variables" for more information.',
lastUpdated => 0, lastUpdated => 1204303480,
context => 'Description of template variable', context => 'Description of template variable',
}, },