From 9ce9502b76d5c5d8eabac208a751ca899ff2cad4 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 22 Feb 2018 01:03:07 -0500 Subject: [PATCH] Tweak recognizer strings --- chrome/content/zotero/xpcom/recognizePDF.js | 2 +- chrome/locale/en-US/zotero/zotero.properties | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chrome/content/zotero/xpcom/recognizePDF.js b/chrome/content/zotero/xpcom/recognizePDF.js index f48657225f..0fb2ee9611 100644 --- 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 index 74ebb83f9a..9bf92d8b44 100644 --- 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…