From c454c5e7a766411d67b95a685113790c205ccc36 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 19 Aug 2009 15:07:07 +0200 Subject: mailx: correct English Signed-off-by: Denys Vlasenko --- lib/Plugins/Mailx.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/Plugins/Mailx.cpp') diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp index 81b0763..44f7f09 100644 --- a/lib/Plugins/Mailx.cpp +++ b/lib/Plugins/Mailx.cpp @@ -105,8 +105,6 @@ std::string CMailx::Report(const map_crash_report_t& pCrashReport, const std::st } } - - emailBody << "Duplicity check" << std::endl; emailBody << "=====" << std::endl << std::endl; emailBody << UUIDFile.str() << std::endl; @@ -133,7 +131,7 @@ std::string CMailx::Report(const map_crash_report_t& pCrashReport, const std::st { SendEmail(m_sSubject, emailBody.str()); } - return "Email was send to :" + m_sEmailTo; + return "Email was sent to: " + m_sEmailTo; } void CMailx::SetSettings(const map_plugin_settings_t& pSettings) -- cgit