From 428cfefdcf0a8da4624ae64a52057ab3c0cb61e1 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 5 Feb 2023 03:00:50 +0300 Subject: NewEventNotify: spelling correction --- plugins/NewEventNotify/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/NewEventNotify/src/options.cpp b/plugins/NewEventNotify/src/options.cpp index 89e838c8d9..7a59556855 100644 --- a/plugins/NewEventNotify/src/options.cpp +++ b/plugins/NewEventNotify/src/options.cpp @@ -190,7 +190,7 @@ public: pwszSection = TranslateT("Misc options"); m_opts.AddOption(pwszSection, TranslateT("No popups for RSS contacts"), g_plugin.bNoRSS); - m_opts.AddOption(pwszSection, TranslateT("No popups for read messages (conflicts with AntiSpam plugin)"), g_plugin.bReadCheck); + m_opts.AddOption(pwszSection, TranslateT("No popups for read messages (conflicts with anti-spam plugin)"), g_plugin.bReadCheck); chkLimit.OnChange = Callback(this, &COptionsMainDlg::onChange_Limit); } -- cgit v1.2.3