Fix template help variables for month/year in the Calendar. Fixes bug #12167.
This commit is contained in:
parent
f728b22843
commit
720c06a50a
2 changed files with 5 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
|||
- Added ability to pass caller assetId to RenderThingMacro
|
||||
- Allow specific expirations for groups in userImport.pl
|
||||
- fixed #12164: Calendar feeds with tons of ;adminId=XXXXXX added
|
||||
- fixed #12167: Calendar Next/Prev Month/Year confusion
|
||||
|
||||
7.10.18
|
||||
- fixed #12138: Version tag gets create by entering and direct leaving
|
||||
|
|
|
|||
|
|
@ -954,13 +954,13 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'pageNextUrl monthVar' => {
|
||||
message => q|A URL to the next month in the calendar.|,
|
||||
lastUpdated => 1269839944,
|
||||
message => q|A URL to the next year in the calendar.|,
|
||||
lastUpdated => 1309212604,
|
||||
},
|
||||
|
||||
'pagePrevUrl monthVar' => {
|
||||
message => q|A URL to the previous month in the calendar.|,
|
||||
lastUpdated => 1269839951,
|
||||
message => q|A URL to the previous year in the calendar.|,
|
||||
lastUpdated => 1309212606,
|
||||
},
|
||||
|
||||
'pageNextYear' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue