mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderDictionary: fix possible crash with Wikipedia
Also reword some "...canceled" to "...interrupted" for consistency.
This commit is contained in:
@@ -502,7 +502,7 @@ function ReaderWikipedia:lookupWikipedia(word, is_sane, box, get_fullpage, force
|
||||
-- dummy results
|
||||
local definition
|
||||
if lookup_cancelled then
|
||||
definition = _("Wikipedia request canceled.")
|
||||
definition = _("Wikipedia request interrupted.")
|
||||
elseif ok then
|
||||
definition = no_result_text
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user