summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-02-05 03:00:50 +0300
committerdartraiden <wowemuh@gmail.com>2023-02-05 03:00:50 +0300
commit428cfefdcf0a8da4624ae64a52057ab3c0cb61e1 (patch)
treec58bd53e40f3d5ca1478aa60a1caecd68de54c98
parent96e592dde0f6d319085fc0a525fbbb198bfc0df1 (diff)
NewEventNotify: spelling correction
-rw-r--r--plugins/NewEventNotify/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}