[fix, lang] Send2Ebook: remove stray space (#3694)

pull/3697/head
Frans de Jonge 6 years ago committed by GitHub
parent 25a67a2e17
commit 40ff967615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,7 +126,7 @@ function Send2Ebook:lazyInitialization()
end
function Send2Ebook:process()
local info = InfoMessage:new{ text = _("Connecting ") }
local info = InfoMessage:new{ text = _("Connecting") }
UIManager:show(info)
logger.dbg("Send2Ebook: force repaint due to upcoming blocking calls")
UIManager:forceRePaint()

Loading…
Cancel
Save