mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Update reader.lua
This commit is contained in:
@@ -77,7 +77,7 @@ function showReaderUI(file, pass)
|
||||
DEBUG("opening file", file)
|
||||
if lfs.attributes(file, "mode") ~= "file" then
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = _("File ") .. file .. " does not exist")
|
||||
text = _("File ") .. file .. _(" does not exist")
|
||||
})
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user