diff --git a/chrome/skin/default/zotero/timeline/bundle.js b/chrome/skin/default/zotero/timeline/bundle.js index 6cd0b539d..703c947ee 100644 --- a/chrome/skin/default/zotero/timeline/bundle.js +++ b/chrome/skin/default/zotero/timeline/bundle.js @@ -233,7 +233,7 @@ Timeline.GregorianDateLabeller=function(locale,timeZone){this._locale=locale;thi Modified by Ben for Zotero */ -Timeline.GregorianDateLabeller.monthNames = Zotero.Cite.getMonthStrings("short"); +Timeline.GregorianDateLabeller.monthNames = Zotero.Date.months.short; Timeline.GregorianDateLabeller.getMonthName=function(month,locale) { return Timeline.GregorianDateLabeller.monthNames[month]; };