[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-39-ga305f80a0

paul at claws-mail.org paul at claws-mail.org
Mon Mar 20 14:05:27 UTC 2023


The branch, gtk2 has been updated
       via  a305f80a0aba0ec039c6023d0895de2b6e1afb5e (commit)
      from  99fbe6dd49cdf9caee21b27de465f54745f9b263 (commit)

Summary of changes:
 src/plugins/rssyl/rssyl_prefs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit a305f80a0aba0ec039c6023d0895de2b6e1afb5e
Author: Paul <paul at claws-mail.org>
Date:   Mon Mar 20 14:04:17 2023 +0000

    use the same terminology as everywhere else

diff --git a/src/plugins/rssyl/rssyl_prefs.c b/src/plugins/rssyl/rssyl_prefs.c
index 8ea68bddb..16d472a64 100644
--- a/src/plugins/rssyl/rssyl_prefs.c
+++ b/src/plugins/rssyl/rssyl_prefs.c
@@ -158,7 +158,7 @@ static void create_rssyl_prefs_page(PrefsPage *page,
 
 	/* Whether to refresh all feeds on CM startup */
 	refresh_on_startup = gtk_check_button_new_with_label(
-			_("Refresh all feeds on application start"));
+			_("Refresh all feeds on start-up"));
 	gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(refresh_on_startup),
 			rssyl_prefs.refresh_on_startup);
 	gtk_box_pack_start(GTK_BOX(vbox1), refresh_on_startup, FALSE, FALSE, 0);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list