summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-10 10:40:10 +0100
committerraveit65 <[email protected]>2018-03-16 18:04:20 +0100
commit8770730b64694e1729a1d45930b877175de09cb4 (patch)
treeadb5400f3b7b09d44e0bab4d63eb1bb54bb4192d
parent1c2e9ea54f1641e972d5135420aa81c0d7bba84c (diff)
downloadatril-8770730b64694e1729a1d45930b877175de09cb4.tar.bz2
atril-8770730b64694e1729a1d45930b877175de09cb4.tar.xz
shell: fix menu-accel for inverted colors
fixes conflict with zoom_in
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
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"), "<control>I",
+ { "ViewInvertedColors", EV_STOCK_INVERTED_COLORS, N_("Inverted _Colors"), "<control>I",
N_("Show page contents with the colors inverted"),
G_CALLBACK (ev_window_cmd_view_inverted_colors) },
{ "ViewCaretNavigation", "gtk-index", N_("Caret _Navigation"), "F7",