Bump ffmpeg to 5.1.2 "Riemann"
[dcpomatic.git] / src / lib / kdm_with_metadata.cc
index 86573f43be903bd4266929e8bcc1378408b71459..10054f01ed50c20b299fa29d833107dd3e7f9395 100644 (file)
@@ -210,11 +210,11 @@ send_emails (
        auto config = Config::instance ();
 
        if (config->mail_server().empty()) {
-               throw NetworkError (_("No mail server configured in preferences"));
+               throw MissingConfigurationError(_("No outgoing mail server configured in the Email tab of preferences"));
        }
 
        if (config->kdm_from().empty()) {
-               throw NetworkError(_("No KDM from address configured in preferences"));
+               throw MissingConfigurationError(_("No from address configured in the KDM Email tab of preferences"));
        }
 
        for (auto const& kdms_for_cinema: kdms) {