Merge pull request #266 from tigran123/master

Shorten the message about opening the document.
This commit is contained in:
{Qingping,Dave} Hou
2012-09-09 16:05:54 -07:00

View File

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