aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 37930b32..3ee6b8a7 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -807,8 +807,8 @@ static GtkItemFactoryEntry mainwin_entries[] =
{N_("/_Message/_Copy..."), "<shift><control>O", copy_to_cb, 0, NULL},
{N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_Message/_Mark"), NULL, NULL, 0, "<Branch>"},
- {N_("/_Message/_Mark/_Mark"), "<shift>asterisk", mark_cb, 0, NULL},
- {N_("/_Message/_Mark/_Unmark"), "U", unmark_cb, 0, NULL},
+ {N_("/_Message/_Mark/Set _flag"), "<shift>asterisk", mark_cb, 0, NULL},
+ {N_("/_Message/_Mark/_Unset flag"), "U", unmark_cb, 0, NULL},
{N_("/_Message/_Mark/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_Message/_Mark/Mark as unr_ead"), "<shift>exclam", mark_as_unread_cb, 0, NULL},
{N_("/_Message/_Mark/Mark as rea_d"),