pull/787/head
WS64 10 years ago
parent a51f8e8050
commit d81f6e7dd2

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

Loading…
Cancel
Save