diff --git a/chrome/content/zotero/xpcom/data/items.js b/chrome/content/zotero/xpcom/data/items.js index 217f08f373..c6fe8842e7 100644 --- a/chrome/content/zotero/xpcom/data/items.js +++ b/chrome/content/zotero/xpcom/data/items.js @@ -1138,7 +1138,7 @@ Zotero.Items = function() { this.getFirstCreatorFromJSON = function (json) { Zotero.warn("Zotero.Items.getFirstCreatorFromJSON() is deprecated " - + "-- use Zotero.Utilities.Internal.getFirstCreatorFromItemJSON()"; + + "-- use Zotero.Utilities.Internal.getFirstCreatorFromItemJSON()"); return Zotero.Utilities.Internal.getFirstCreatorFromItemJSON(json); };