fixed some typos in the calendar help
This commit is contained in:
parent
5cfba90e33
commit
49d5f4c678
2 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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. <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".
|
||||
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',
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue