commit 9ce9502b76d5c5d8eabac208a751ca899ff2cad4
parent a8312acfe0b06980443c1368bd04daf9572a4066
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 22 Feb 2018 01:03:07 -0500
Tweak recognizer strings
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/chrome/content/zotero/xpcom/recognizePDF.js b/chrome/content/zotero/xpcom/recognizePDF.js
@@ -207,7 +207,7 @@ Zotero.RecognizePDF = new function () {
let itemID = _queue.shift();
if (!itemID) break;
- _updateRow(itemID, Zotero.RecognizePDF.ROW_PROCESSING, Zotero.getString('recognizePDF.processing'));
+ _updateRow(itemID, Zotero.RecognizePDF.ROW_PROCESSING, Zotero.getString('general.processing'));
try {
let newItem = await _processItem(itemID);
diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties
@@ -65,6 +65,7 @@ general.continue = Continue
general.copyToClipboard = Copy to Clipboard
general.cancel = Cancel
general.clear = Clear
+general.processing = Processing
general.operationInProgress = A Zotero operation is currently in progress.
general.operationInProgress.waitUntilFinished = Please wait until it has finished.
@@ -1049,14 +1050,13 @@ proxies.notification.settings.button = Proxy Settings…
proxies.recognized.message = Adding this proxy will allow Zotero to recognize items from its pages and will automatically redirect future requests to %1$S through %2$S.
proxies.recognized.add = Add Proxy
-recognizePDF.noOCR = PDF does not contain OCRed text.
-recognizePDF.couldNotRead = Could not read text from PDF.
+recognizePDF.noOCR = PDF does not contain OCRed text
+recognizePDF.couldNotRead = Could not read text from PDF
recognizePDF.noMatches = No matching references found
recognizePDF.fileNotFound = File not found
-recognizePDF.error = An unexpected error occurred.
+recognizePDF.error = An unexpected error occurred
recognizePDF.recognizing.label = Retrieving Metadata…
recognizePDF.complete.label = Metadata Retrieval Complete
-recognizePDF.processing = Processing
rtfScan.openTitle = Select a file to scan
rtfScan.scanning.label = Scanning RTF Document…