[Commits] [SCM] claws branch, master, updated. 3.18.0-143-g22d11141c
paul at claws-mail.org
paul at claws-mail.org
Fri Sep 17 10:09:30 CEST 2021
The branch, master has been updated
via 22d11141cb0bc676560f4db3a2b59f46dc44c98a (commit)
from 9cfb0bd90e7ce363dfc8072f1b3adaf9105a986f (commit)
Summary of changes:
src/mainwindow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 22d11141cb0bc676560f4db3a2b59f46dc44c98a
Author: paul <paul at claws-mail.org>
Date: Fri Sep 17 09:08:48 2021 +0100
fix Ingreesh
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 7de1f27d2..2b3511f00 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -598,7 +598,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) },
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list