Update reader.lua

This commit is contained in:
WS64
2014-08-11 14:03:22 +02:00
parent 5a2b9103e9
commit 2d72bb7e3f

View File

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