From 47556b55626cc7182f33a9a1f9d5a4fc5925ee0d Mon Sep 17 00:00:00 2001 From: Tigran Aivazian Date: Mon, 10 Sep 2012 00:16:06 +0100 Subject: [PATCH] Shorten the message about opening the document, otherwise it is not displayed at all. --- reader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader.lua b/reader.lua index ecfc315a0..b23753e1f 100755 --- a/reader.lua +++ b/reader.lua @@ -43,7 +43,7 @@ function openFile(filename) reader = ext:getReader(file_type) if reader then - InfoMessage:show("Opening document, please wait... ", 0) + InfoMessage:show("Opening document... ", 0) reader:preLoadSettings(filename) local ok, err = reader:open(filename) if ok then