From 2d72bb7e3fc557dd83abb7280b1a3357e1c211a3 Mon Sep 17 00:00:00 2001 From: WS64 Date: Mon, 11 Aug 2014 14:03:22 +0200 Subject: [PATCH] Update reader.lua --- reader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader.lua b/reader.lua index db9cebc0c..a1f239359 100755 --- a/reader.lua +++ b/reader.lua @@ -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