Fix template help variables for month/year in the Calendar. Fixes bug #12167.

This commit is contained in:
Colin Kuskie 2011-06-27 15:10:34 -07:00
parent f728b22843
commit 720c06a50a
2 changed files with 5 additions and 4 deletions

View file

@ -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' => {