aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-02 07:13:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-02 07:13:54 +0000
commit3ae0b30d7ebba63f15ef7b9ec0aff2a4c8b19e41 (patch)
treee0b1fe79b829ca3870eba302538cd037216983b0 /src/mainwindow.c
parent6ab2250096193a64ab791f165b12e73c854897e0 (diff)
changed 'Mark/Mark' to 'Mark/Set flag', 'Mark/Unmark' to 'Mark/Unset flag'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2599 ee746299-78ed-0310-b773-934348b2243d
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"),