Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-11-29 16:00:36 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-11-29 16:00:36 (GMT)
commit8aa0b0c610fac2a30c207a6f160ca6373695f0be (patch)
tree7693dbdd37c353c37872d5e2b8fcd250b5ef874d /shell/ev-window.c
parentd7823d3a03dde7b00ef7c0ff305d1b07fab51554 (diff)
[shell] Add tooltip text for inverted colors action
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 22319ae..337a587 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5240,7 +5240,8 @@ static const GtkToggleActionEntry toggle_entries[] = {
{ "ViewPageWidth", EV_STOCK_ZOOM_WIDTH, N_("Fit Page _Width"), NULL,
N_("Make the current document fill the window width"),
G_CALLBACK (ev_window_cmd_view_page_width) },
- { "ViewInvertedColors", EV_STOCK_INVERTED_COLORS, N_("_Inverted Colors"), "<control>I", NULL,
+ { "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) },
};