[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-16-g224a63eca

paul at claws-mail.org paul at claws-mail.org
Fri Dec 22 18:33:36 UTC 2023


The branch, gtk2 has been updated
       via  224a63eca7481754d63e0b97043fa86888e40177 (commit)
      from  b156899b690d8e77640b894d01d8cce63346100f (commit)

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


- Log -----------------------------------------------------------------
commit 224a63eca7481754d63e0b97043fa86888e40177
Author: Paul <paul at claws-mail.org>
Date:   Fri Dec 22 19:32:54 2023 +0100

    fix menu item text

diff --git a/src/messageview.c b/src/messageview.c
index 44253b706..8137bd6c8 100644
--- a/src/messageview.c
+++ b/src/messageview.c
@@ -248,7 +248,7 @@ static GtkActionEntry msgview_entries[] =
 	{"View/Goto/PrevLabeled",                    NULL, N_("Previous _labeled message"), NULL, NULL, G_CALLBACK(prev_labeled_cb) },
 	{"View/Goto/NextLabeled",                    NULL, N_("Next la_beled message"), NULL, NULL, G_CALLBACK(next_labeled_cb) },
 	/* {"View/Goto/---",                         NULL, "---", NULL, NULL, NULL }, */
-	{"View/Goto/PrevHistory",                    NULL, N_("Previous opened message"), "<alt>Left", NULL, G_CALLBACK(prev_history_cb) },
+	{"View/Goto/PrevHistory",                    NULL, N_("Previously opened message"), "<alt>Left", NULL, G_CALLBACK(prev_history_cb) },
 	{"View/Goto/NextHistory",                    NULL, N_("Next opened message"), "<alt>Right", NULL, G_CALLBACK(next_history_cb) },
 	/* {"View/Goto/---",                         NULL, "---", NULL, NULL, NULL }, */
 	{"View/Goto/ParentMessage",                  NULL, N_("Parent message"), "<control>Up", NULL, G_CALLBACK(parent_cb) },

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list