Fix untranslatable strings (#4132)

Some problem somewhere with [[...]] strings starting with a
leading newline. Should probably be allowed, but for now
fix the few such cases to allow them being translated.
This commit is contained in:
poire-z
2018-08-01 19:29:03 +02:00
committed by Frans de Jonge
parent 620542b055
commit 9971eb8533
10 changed files with 30 additions and 30 deletions

View File

@@ -345,8 +345,8 @@ function ReaderHighlight:onHoldPan(_, ges)
UIManager:setDirty(self.dialog, "ui")
end
local info_message_ocr_text = _([[
No OCR results or no language data.
local info_message_ocr_text = _(
[[No OCR results or no language data.
KOReader has a build-in OCR engine for recognizing words in scanned PDF and DjVu documents. In order to use OCR in scanned pages, you need to install tesseract trained data for your document language.