Correct "cannot connect to calibre server string"

pull/1141/head
Frans de Jonge 10 years ago
parent e5029b54c1
commit cf5f388a7f

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

Loading…
Cancel
Save