From 291facd39c8375ef79697469e9b1ed374d37ef85 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 10 Mar 2018 10:40:10 +0100 Subject: shell: fix menu-accel for inverted colors fixes conflict with zoom_in --- shell/ev-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ev-window.c') diff --git a/shell/ev-window.c b/shell/ev-window.c index eeec9f81..a3387df0 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -6446,7 +6446,7 @@ static const GtkToggleActionEntry toggle_entries[] = { { "ViewFitWidth", EV_STOCK_ZOOM_WIDTH, N_("Fit _Width"), "w", N_("Make the current document fill the window width"), G_CALLBACK (ev_window_cmd_view_fit_width) }, - { "ViewInvertedColors", EV_STOCK_INVERTED_COLORS, N_("_Inverted Colors"), "I", + { "ViewInvertedColors", EV_STOCK_INVERTED_COLORS, N_("Inverted _Colors"), "I", N_("Show page contents with the colors inverted"), G_CALLBACK (ev_window_cmd_view_inverted_colors) }, { "ViewCaretNavigation", "gtk-index", N_("Caret _Navigation"), "F7", -- cgit v1.2.1