Add background image configuration to swaroop variant.
[dcpomatic.git] / src / lib / emailer.cc
index 7edad20b1d41de299e84dba3ae5558460866f6f6..57b06ed616663cc05e4b2cecb38a2ad3d9e20567 100644 (file)
@@ -219,7 +219,7 @@ Emailer::send (string server, int port, string user, string password)
 
        CURLcode const r = curl_easy_perform (curl);
        if (r != CURLE_OK) {
-               throw KDMError (String::compose (_("Failed to send email (%1)"), curl_easy_strerror (r)));
+               throw KDMError (_("Failed to send email"), curl_easy_strerror (r));
        }
 
        curl_slist_free_all (recipients);