summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-11-16 23:31:14 +0300
committerdartraiden <wowemuh@gmail.com>2017-11-16 23:31:14 +0300
commit331e76a8f6c6bf0ba7f860d5679fcb386834163a (patch)
treed021bbccee83c0bb2a99f087827610fee524e9a7 /plugins
parentd2c41f8125a5329ab4185ced3e384a6d57297e2e (diff)
fix for https://github.com/miranda-ng/miranda-ng/commit/52592007b35811a902ead1d9999a558880178e10#commitcomment-25662916
Diffstat (limited to 'plugins')
-rw-r--r--plugins/StopSpamPlus/src/settings.h3
1 files changed, 1 insertions, 2 deletions
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<bool> 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.")),