Committer: dpetrov
LJSUP-10089: Language for the calendar and date is not translated on update.bmlU trunk/htdocs/js/entry.js
Modified: trunk/htdocs/js/entry.js =================================================================== --- trunk/htdocs/js/entry.js 2011-10-13 12:37:23 UTC (rev 20306) +++ trunk/htdocs/js/entry.js 2011-10-13 14:03:46 UTC (rev 20307) @@ -34,7 +34,7 @@ cal.calendar({ currentDate: new Date(dateStr), ml: { - caption: 'Choose date:' + caption: Site.ml_text['entryform.choose_date'] || 'Choose date:' }, endMonth: new Date(2037,11,31), showCellHovers: true