commit f31cbefef6aa78f441387ffeda9d393c5f54fe8c
parent 0ab4f470fe1a93383c36091a2821bd09435582f0
Author: paul <paul@claws-mail.org>
Date: Fri, 17 Sep 2021 09:08:48 +0100
fix Ingreesh
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainwindow.c b/src/mainwindow.c
@@ -592,7 +592,7 @@ static GtkActionEntry mainwin_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) },