diff --git a/README.md b/README.md index c040e55..d7d719a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Code for this extension is based on the [Zotero DOI - Run Zotero (version 5.x) - Go to `Tools -> Add-ons` - `Install Add-on From File` -- Choose the file `zotero-citationcounts-0.1.1.xpi` +- Choose the file `zotero-citationcounts-0.1.2.xpi` - Restart Zotero ## License diff --git a/chrome/content/scripts/zoterocitationcounts.js b/chrome/content/scripts/zoterocitationcounts.js index 5be79b4..704724a 100644 --- a/chrome/content/scripts/zoterocitationcounts.js +++ b/chrome/content/scripts/zoterocitationcounts.js @@ -50,7 +50,7 @@ function setCitationCount(item, tag, count) { const mm = String(today.getMonth() + 1).padStart(2, '0'); //January is 0! const yyyy = today.getFullYear(); const date = yyyy + '-' + mm + '-' + dd - extras.push("Citations (" + tag + "): " + count) + " [" + date + "]"; + extras.push("Citations (" + tag + "): " + count + " [" + date + "]"); extra = extras.join("\n"); item.setField('extra', extra); } @@ -235,7 +235,7 @@ Zotero.CitationCounts.updateItems = function(items0, operation) { const icon = 'chrome://zotero/skin/toolbar-advanced-search' + (Zotero.hiDPI ? "@2x" : "") + '.png'; Zotero.CitationCounts.progressWindow.changeHeadline( - "Getting " + operationNames[operation] + " citation countss", icon); + "Getting " + operationNames[operation] + " citation counts", icon); const doiIcon = 'chrome://zoterocitationcounts/skin/doi' + (Zotero.hiDPI ? "@2x" : "") + '.png'; diff --git a/chrome/locale/en-US/overlay.dtd b/chrome/locale/en-US/overlay.dtd index 3180077..01215d1 100644 --- a/chrome/locale/en-US/overlay.dtd +++ b/chrome/locale/en-US/overlay.dtd @@ -13,7 +13,7 @@ - - - - + + + + diff --git a/install.rdf b/install.rdf index c5422b2..8e6c60c 100644 --- a/install.rdf +++ b/install.rdf @@ -7,7 +7,7 @@ RDF:about="urn:mozilla:install-manifest" em:id="schnetter@gmail.com" em:name="Zotero Citation Counts Manager" - em:version="0.1.1" + em:version="0.1.2" em:type="2" em:creator="Erik Schnetter" em:description="Automatically fetch and update citation counts" diff --git a/update.rdf b/update.rdf index 83da2fe..4445102 100644 --- a/update.rdf +++ b/update.rdf @@ -5,13 +5,13 @@ - 0.1.1 + 0.1.2 zotero@chnm.gmu.edu 5.0 5.* - https://github.com/eschnett/zotero-citationcounts/releases/download/v0.1.1/zotero-citationcounts-0.1.1.xpi + https://github.com/eschnett/zotero-citationcounts/releases/download/v0.1.2/zotero-citationcounts-0.1.2.xpi