Update reader.lua

pull/784/head
WS64 10 years ago
parent 5a2b9103e9
commit 2d72bb7e3f

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

Loading…
Cancel
Save