summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-11-16 23:46:06 +0300
committerdartraiden <wowemuh@gmail.com>2017-11-16 23:46:06 +0300
commit0b5df1e231584f8f538587c19e0cc6179cf322db (patch)
treeaadadff7bfb91ce9535023813442d704d99688a1
parent7a8c395c38b7844aeb0320e370ce9c2d6db9993e (diff)
oops
-rw-r--r--langpacks/english/Plugins/StopSpam.txt2
-rw-r--r--plugins/StopSpamPlus/src/settings.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/english/Plugins/StopSpam.txt b/langpacks/english/Plugins/StopSpam.txt
index 7fc8397357..f061c5acf3 100644
--- a/langpacks/english/Plugins/StopSpam.txt
+++ b/langpacks/english/Plugins/StopSpam.txt
@@ -35,7 +35,7 @@
[Not In List]
[Complete]
;file \plugins\StopSpamPlus\src\settings.h
-[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. ]
+[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.]
[StopSpam: send a message and reply to an anti-spam bot question.]
[Congratulations! You just passed human/robot test. Now you can write me a message.]
;file \plugins\StopSpamPlus\src\stdafx.h
diff --git a/plugins/StopSpamPlus/src/settings.h b/plugins/StopSpamPlus/src/settings.h
index 7eb71764ae..a5988b041a 100644
--- a/plugins/StopSpamPlus/src/settings.h
+++ b/plugins/StopSpamPlus/src/settings.h
@@ -62,7 +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.\r\nPlease 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.")),