Tweak recognizer strings

This commit is contained in:
Dan Stillman 2018-02-22 01:03:07 -05:00
parent a8312acfe0
commit 9ce9502b76
2 changed files with 5 additions and 5 deletions

View file

@ -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);

View file

@ -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…