[Commits] [SCM] claws branch, master, updated. 4.1.1-49-g34bb3379f

paul at claws-mail.org paul at claws-mail.org
Mon Mar 20 14:04:21 UTC 2023


The branch, master has been updated
       via  34bb3379f37aee2b6d45131aa8236d1ecaa4a3e6 (commit)
      from  49501393ac6096c8b7a6e918355270558a9a8ecc (commit)

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


- Log -----------------------------------------------------------------
commit 34bb3379f37aee2b6d45131aa8236d1ecaa4a3e6
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 d95373473..cd8dec451 100644
--- a/src/plugins/rssyl/rssyl_prefs.c
+++ b/src/plugins/rssyl/rssyl_prefs.c
@@ -154,7 +154,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