commit 9d5017b7403555c038741b6cb3fe232fc89ce096
parent 8477cb96c960cc48313b242256bc03608b225aad
Author: wwp <subscript@free.fr>
Date: Mon, 24 Mar 2025 00:24:42 +0100
Review of UI strings (mostly in plugins): add missing punctuation or missing quotes surrounding paths, etc.
Diffstat:
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/plugins/libravatar/libravatar.c b/src/plugins/libravatar/libravatar.c
@@ -415,7 +415,7 @@ const gchar *plugin_desc(void)
"This plugin uses libcurl to retrieve images, so if you're behind a "
"proxy please refer to curl(1) manpage for details on 'http_proxy' "
"configuration. More details about this and others on README file.\n\n"
- "Feedback to <ricardo@mones.org> is welcome.\n");
+ "Feedback to <ricardo@mones.org> is welcome.");
}
/**
diff --git a/src/plugins/perl/perl_plugin.c b/src/plugins/perl/perl_plugin.c
@@ -2523,7 +2523,7 @@ const gchar *plugin_name(void)
const gchar *plugin_desc(void)
{
return _("This plugin provides a Perl scripting interface for mail filters.\n\n"
- "Feedback to <berndth@gmx.de> is welcome.\n");
+ "Feedback to <berndth@gmx.de> is welcome.");
}
const gchar *plugin_type(void)
diff --git a/src/plugins/rssyl/rssyl_update_feed.c b/src/plugins/rssyl/rssyl_update_feed.c
@@ -369,8 +369,7 @@ static gboolean rssyl_update_recursively_func(GNode *node, gpointer data, gboole
if( ritem->url != NULL ) {
debug_print("RSSyl: %s refresh'\n", manual_refresh ? "manual" : "automated");
- if((manual_refresh == FALSE) &&
- rssyl_prefs_get()->refresh_all_skips &&
+ if(rssyl_prefs_get()->refresh_all_skips &&
(ritem->default_refresh_interval == FALSE) &&
(ritem->refresh_interval == 0)) {
debug_print("RSSyl: skipping feed '%s'\n", item->name);