[Commits] [SCM] claws branch, master, updated. 4.3.1-81-g75990d760
paul at claws-mail.org
paul at claws-mail.org
Sun Mar 30 11:07:57 UTC 2025
The branch, master has been updated
via 75990d76098432c1d6a0e6fe3768f5273b1f7519 (commit)
from 5ce047a13852c5f7ab01e93d6e3e8541ea3fef27 (commit)
Summary of changes:
src/plugins/rssyl/rssyl_feed_props.c | 2 +-
src/plugins/rssyl/rssyl_prefs.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 75990d76098432c1d6a0e6fe3768f5273b1f7519
Author: Paul <paul at claws-mail.org>
Date: Sun Mar 30 12:07:51 2025 +0100
remove the unnecessary and potentially confusing word 'string'
diff --git a/src/plugins/rssyl/rssyl_feed_props.c b/src/plugins/rssyl/rssyl_feed_props.c
index 006b8d4a8..cb83cd9f6 100644
--- a/src/plugins/rssyl/rssyl_feed_props.c
+++ b/src/plugins/rssyl/rssyl_feed_props.c
@@ -509,7 +509,7 @@ void rssyl_gtk_prop(RFolderItem *ritem)
gtk_widget_set_tooltip_text(feedprop->use_default_user_agent,
_("Disable this to use a User-Agent specific to this feed"));
gtk_widget_set_tooltip_text(feedprop->specific_user_agent,
- _("Specific User-Agent to use for this feed. If empty, the User-Agent string set in '/Configuration/Preferences/Plugins/RSSyl' will be used"));
+ _("Specific User-Agent to use for this feed. If empty, the User-Agent set in '/Configuration/Preferences/Plugins/RSSyl' will be used"));
gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox), feedprop->specific_user_agent, FALSE, FALSE, 0);
gtk_widget_set_sensitive(feedprop->specific_user_agent,
diff --git a/src/plugins/rssyl/rssyl_prefs.c b/src/plugins/rssyl/rssyl_prefs.c
index d630796c4..926cd8eb7 100644
--- a/src/plugins/rssyl/rssyl_prefs.c
+++ b/src/plugins/rssyl/rssyl_prefs.c
@@ -242,7 +242,7 @@ static void create_rssyl_prefs_page(PrefsPage *page,
gtk_entry_set_text(GTK_ENTRY(custom_user_agent), rssyl_prefs.custom_user_agent);
gtk_box_pack_start(GTK_BOX(user_agent_hbox), custom_user_agent, TRUE, TRUE, 0);
gtk_widget_set_tooltip_text(custom_user_agent,
- _("Custom User-Agent to use for feed retrieval. If empty, the default User-Agent string will be used"));
+ _("Custom User-Agent to use for feed retrieval. If empty, the default User-Agent will be used"));
g_signal_connect(G_OBJECT(use_custom_user_agent), "toggled",
G_CALLBACK(rssyl_use_custom_user_agent_toggled_cb), custom_user_agent);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list