[Commits] [SCM] claws branch, master, updated. 4.3.1-61-g8477cb96c

wwp at claws-mail.org wwp at claws-mail.org
Sun Mar 23 21:05:45 UTC 2025


The branch, master has been updated
       via  8477cb96c960cc48313b242256bc03608b225aad (commit)
      from  1542905420c61d556c675fd6688ab7b36fec18d6 (commit)

Summary of changes:
 src/plugins/bogofilter/bogofilter.c | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)


- Log -----------------------------------------------------------------
commit 8477cb96c960cc48313b242256bc03608b225aad
Author: wwp <subscript at free.fr>
Date:   Sun Mar 23 22:05:34 2025 +0100

    Review of UI strings (mostly in plugins): add missing punctuation or missing quotes surrounding paths, etc.

diff --git a/src/plugins/bogofilter/bogofilter.c b/src/plugins/bogofilter/bogofilter.c
index 5088a8a3b..ee1845525 100644
--- a/src/plugins/bogofilter/bogofilter.c
+++ b/src/plugins/bogofilter/bogofilter.c
@@ -985,18 +985,17 @@ const gchar *plugin_name(void)
 const gchar *plugin_desc(void)
 {
 	return _("This plugin can check all messages that are received from an "
-	         "IMAP, LOCAL or POP account for spam using Bogofilter. "
-		 "You will need Bogofilter installed locally.\n"
-	         "\n"
-		 "Before Bogofilter can recognize spam messages, you have to "
-		 "train it by marking a few hundred spam and ham messages "
-		 "with the use of \"/Marks/Mark as spam\" and \"/Marks/Mark as "
-		 "ham\".\n"
-	         "\n"
-	         "When a message is identified as spam it can be deleted or "
-	         "saved in a specially designated folder.\n"
-	         "\n"
-		 "Options can be found in '/Configuration/Preferences/Plugins/Bogofilter'.");
+			 "IMAP, LOCAL or POP account for spam using Bogofilter. "
+			 "You will need Bogofilter installed locally.\n"
+			 "\n"
+			 "Before Bogofilter can recognize spam messages, you have to "
+			 "train it by marking a few hundred spam and ham messages "
+			 "with the use of '/Marks/Mark as spam' and '/Marks/Mark as ham'.\n"
+			 "\n"
+			 "When a message is identified as spam it can be deleted or "
+			 "saved in a specially designated folder.\n"
+			 "\n"
+			 "Options can be found in '/Configuration/Preferences/Plugins/Bogofilter'.");
 }
 
 const gchar *plugin_type(void)

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list