From 65260430ea2bb758dd0c2a011978ef834de902be Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 4 Dec 2015 02:02:05 +0000 Subject: Tweak error message. --- src/lib/emailer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/emailer.cc b/src/lib/emailer.cc index 4081c6115..c20cc897d 100644 --- a/src/lib/emailer.cc +++ b/src/lib/emailer.cc @@ -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); -- cgit v1.2.3