talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit f5454e6e1f199343fe9cf5a1dfdab18254e16cd2
parent e9e1c42d0dc9c4099e1a7e606e7812bc164b133c
Author: Paul <paul@claws-mail.org>
Date:   Wed, 18 Jun 2025 11:16:11 +0100

update text of 'update summary' menu item

Diffstat:
Msrc/mainwindow.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainwindow.c b/src/mainwindow.c @@ -646,7 +646,7 @@ static GtkActionEntry mainwin_entries[] = {"View/Quotes", NULL, N_("Quotes"), NULL, NULL, NULL }, /* {"View/---", NULL, "---", NULL, NULL, NULL }, */ - {"View/UpdateSummary", NULL, N_("_Update summary"), "<control><alt>U", NULL, G_CALLBACK(update_summary_cb) }, + {"View/UpdateSummary", NULL, N_("Refresh message list"), "<control><alt>U", NULL, G_CALLBACK(update_summary_cb) }, /* Message menu */ {"Message/Receive", NULL, N_("Recei_ve"), NULL, NULL, NULL },