diff options
-rw-r--r-- | langpacks/english/Plugins/StopSpam.txt | 2 | ||||
-rw-r--r-- | langpacks/english/Plugins/StopSpamMod.txt | 2 | ||||
-rwxr-xr-x | plugins/StopSpamMod/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/StopSpamPlus/src/settings.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/langpacks/english/Plugins/StopSpam.txt b/langpacks/english/Plugins/StopSpam.txt index f061c5acf3..f7c6d71afa 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. Please 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/langpacks/english/Plugins/StopSpamMod.txt b/langpacks/english/Plugins/StopSpamMod.txt index 5256ef983c..e89c3b74a3 100644 --- a/langpacks/english/Plugins/StopSpamMod.txt +++ b/langpacks/english/Plugins/StopSpamMod.txt @@ -44,7 +44,7 @@ [Remove Temporary Contacts]
;file \plugins\StopSpamMod\src\options.cpp
[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.]
-[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. Please reply "nospam" without quotes and spaces if you want to contact me.]
[Congratulations! You just passed human/robot test. Now you can write me a message.]
[StopSpam: send a message and reply to an anti-spam bot question.]
[If math expression is turned on, you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one random number and answer will be expression result.\nMessage must contain only one expression without spaces.]
diff --git a/plugins/StopSpamMod/src/options.cpp b/plugins/StopSpamMod/src/options.cpp index 9efb85bdf9..b6eb5b70e7 100755 --- a/plugins/StopSpamMod/src/options.cpp +++ b/plugins/StopSpamMod/src/options.cpp @@ -19,7 +19,7 @@ wchar_t const *pluginDescription = LPGENW("No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.");
-const wchar_t *defQuestion = LPGENW("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.");
+const wchar_t *defQuestion = LPGENW("Spammers made me to install small anti-spam system you are now speaking with. Please reply \"nospam\" without quotes and spaces if you want to contact me.");
const wchar_t *defCongrats = LPGENW("Congratulations! You just passed human/robot test. Now you can write me a message.");
const wchar_t *defAuthReply = LPGENW("StopSpam: send a message and reply to an anti-spam bot question.");
diff --git a/plugins/StopSpamPlus/src/settings.h b/plugins/StopSpamPlus/src/settings.h index a5988b041a..e52ec472b2 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. Please 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.")),
|