diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/emailer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
