pot/merge.
[dcpomatic.git] / src / lib / send_notification_email_job.cc
index 2dd1f63f269f7558af4b40523c66331a257cf786..f40e8fefa023e5099ebbe8ff2e92425436880778 100644 (file)
@@ -67,7 +67,7 @@ SendNotificationEmailJob::run ()
        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"));
        }
 
        set_progress_unknown ();