aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-06 08:35:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-06 08:35:09 +0000
commitd213675239f9bf3077b2602ee2a3086be46dab77 (patch)
treee707b90bdbca828174f8cdfc5f476b072e4777a0 /src/mainwindow.c
parent23694212858b9925ce1546b042dbdbf21c84de3d (diff)
unified menu strings.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1147 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index ca683549..3a46c90a 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -707,7 +707,7 @@ static GtkItemFactoryEntry mainwin_entries[] =
{N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_View/Open in new _window"), "<control><alt>N", open_msg_cb, 0, NULL},
{N_("/_View/Mess_age source"), "<control>U", view_source_cb, 0, NULL},
- {N_("/_View/Show all _headers"), "<control>H", show_all_header_cb, 0, "<ToggleItem>"},
+ {N_("/_View/All _headers"), "<control>H", show_all_header_cb, 0, "<ToggleItem>"},
{N_("/_View/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_View/_Update summary"), "<control><alt>U", update_summary_cb, 0, NULL},
@@ -1940,7 +1940,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin)
{"/View/Go to/Prev labeled message", M_MSG_EXIST},
{"/View/Go to/Next labeled message", M_MSG_EXIST},
{"/View/Open in new window" , M_SINGLE_TARGET_EXIST},
- {"/View/Show all headers" , M_SINGLE_TARGET_EXIST},
+ {"/View/All headers" , M_SINGLE_TARGET_EXIST},
{"/View/Message source" , M_SINGLE_TARGET_EXIST},
{"/Message/Receive/Get from current account"
@@ -2067,7 +2067,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin)
(item != NULL));
}
- SET_CHECK_MENU_ACTIVE("/View/Show all headers",
+ SET_CHECK_MENU_ACTIVE("/View/All headers",
mainwin->messageview->textview->show_all_headers);
SET_CHECK_MENU_ACTIVE("/View/Thread view", (state & M_THREADED) != 0);