Correct "cannot connect to calibre server string"

This commit is contained in:
Frans de Jonge
2014-11-12 13:34:29 +01:00
parent e5029b54c1
commit cf5f388a7f

View File

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