mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
typo
This commit is contained in:
@@ -74,7 +74,7 @@ function Search:init()
|
||||
if not self.calibrefile then
|
||||
error = "LIBRARY_PATH in DEFAULTS.LUA is not set!"
|
||||
else
|
||||
UIManager:show(InfoMessage:new{text = _("Fount calibre metadata at ") .. self.calibrefile .. _(". Save the default settings!")})
|
||||
UIManager:show(InfoMessage:new{text = _("Found calibre metadata at ") .. self.calibrefile .. _(". Save the default settings!")})
|
||||
end
|
||||
else
|
||||
if string.sub(LIBRARY_PATH,string.len(LIBRARY_PATH)) ~= "/" then
|
||||
|
||||
Reference in New Issue
Block a user