diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ev-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index 724491ca..9f37769a 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -6601,7 +6601,7 @@ static const GtkActionEntry entries[] = { /* Toggle items */ static const GtkToggleActionEntry toggle_entries[] = { /* View Menu */ - { "ViewToolbar", NULL, N_("_Toolbar"), NULL, + { "ViewToolbar", NULL, N_("_Toolbar"), "t", N_("Show or hide the toolbar"), G_CALLBACK (ev_window_view_toolbar_cb), TRUE }, { "ViewSidebar", "gtk-index", N_("Side _Pane"), "F9", |