Skip to content

Commit 291facd

Browse files
raveit65raveit65
authored andcommitted
shell: fix menu-accel for inverted colors
fixes conflict with zoom_in
1 parent 185e7b9 commit 291facd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/ev-window.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6446,7 +6446,7 @@ static const GtkToggleActionEntry toggle_entries[] = {
64466446
{ "ViewFitWidth", EV_STOCK_ZOOM_WIDTH, N_("Fit _Width"), "w",
64476447
N_("Make the current document fill the window width"),
64486448
G_CALLBACK (ev_window_cmd_view_fit_width) },
6449-
{ "ViewInvertedColors", EV_STOCK_INVERTED_COLORS, N_("_Inverted Colors"), "<control>I",
6449+
{ "ViewInvertedColors", EV_STOCK_INVERTED_COLORS, N_("Inverted _Colors"), "<control>I",
64506450
N_("Show page contents with the colors inverted"),
64516451
G_CALLBACK (ev_window_cmd_view_inverted_colors) },
64526452
{ "ViewCaretNavigation", "gtk-index", N_("Caret _Navigation"), "F7",

0 commit comments

Comments
 (0)