mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Correct "cannot connect to calibre server string"
This commit is contained in:
@@ -145,9 +145,9 @@ function CalibreCompanion:connect()
|
||||
self:setInboxDir(host, port)
|
||||
end
|
||||
else
|
||||
DEBUG("cannot connect to calibre")
|
||||
DEBUG("cannot connect to calibre server")
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = _("Cannot connect to calibre."),
|
||||
text = _("Cannot connect to calibre server."),
|
||||
})
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user