Fix typos in some calendar help. Fixes bug #11493
This commit is contained in:
parent
445486e291
commit
400d94e903
2 changed files with 5 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue