commit 8477cb96c960cc48313b242256bc03608b225aad
parent 1542905420c61d556c675fd6688ab7b36fec18d6
Author: wwp <subscript@free.fr>
Date: Sun, 23 Mar 2025 22:05:34 +0100
Review of UI strings (mostly in plugins): add missing punctuation or missing quotes surrounding paths, etc.
Diffstat:
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git 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)