mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Shorten the message about opening the document, otherwise it is not displayed at all.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user