From 331e76a8f6c6bf0ba7f860d5679fcb386834163a Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 16 Nov 2017 23:31:14 +0300 Subject: fix for https://github.com/miranda-ng/miranda-ng/commit/52592007b35811a902ead1d9999a558880178e10#commitcomment-25662916 --- plugins/StopSpamPlus/src/settings.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/StopSpamPlus') diff --git a/plugins/StopSpamPlus/src/settings.h b/plugins/StopSpamPlus/src/settings.h index b2e7ba7719..7eb71764ae 100644 --- a/plugins/StopSpamPlus/src/settings.h +++ b/plugins/StopSpamPlus/src/settings.h @@ -62,8 +62,7 @@ public: db_setting HistLog; Settings(): - Question("Question", TranslateW(L"Spammers made me to install small anti-spam system you are now speaking with. " - L"Please reply \"nospam\" without quotes and spaces if you want to contact me.")), + Question("Question", TranslateW(L"Spammers made me to install small anti-spam system you are now speaking with.\r\nPlease reply \"nospam\" without quotes and spaces if you want to contact me. ")), AuthRepl("AuthReply", TranslateW(L"StopSpam: send a message and reply to an anti-spam bot question.")), Answer("Answer", L"nospam"), Congratulation("Congratulation", TranslateW(L"Congratulations! You just passed human/robot test. Now you can write me a message.")), -- cgit v1.2.3