commit 34bb3379f37aee2b6d45131aa8236d1ecaa4a3e6
parent 49501393ac6096c8b7a6e918355270558a9a8ecc
Author: Paul <paul@claws-mail.org>
Date: Mon, 20 Mar 2023 14:04:17 +0000
use the same terminology as everywhere else
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);