Tweak error message.
authorCarl Hetherington <cth@carlh.net>
Fri, 4 Dec 2015 02:02:05 +0000 (02:02 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 4 Dec 2015 02:02:05 +0000 (02:02 +0000)
src/lib/emailer.cc

index 4081c61153cded88fc3f8d505f84443dd0e49d1e..c20cc897d4260cb8647b4b8b15a3756904347e19 100644 (file)
@@ -213,7 +213,7 @@ Emailer::send ()
 
        CURLcode const r = curl_easy_perform (curl);
        if (r != CURLE_OK) {
-               throw KDMError (String::compose (_("Failed to send KDM email (%1)"), curl_easy_strerror (r)));
+               throw KDMError (String::compose (_("Failed to send email (%1)"), curl_easy_strerror (r)));
        }
 
        curl_slist_free_all (recipients);