From 4b8b5a5256ce8d73660a251bba6fa10591b4008b Mon Sep 17 00:00:00 2001 From: Gil Forcada Date: Wed, 23 Jan 2008 08:04:36 +0000 Subject: [PATCH] Added comment for translators 2008-01-23 Gil Forcada * shell/ev-window.c: (register_custom_actions): Added comment for translators svn path=/trunk/; revision=2841 --- ChangeLog | 10 ++++++++-- shell/ev-window.c | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4038a865..a6bcc0e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,16 @@ +2008-01-23 Gil Forcada + + * shell/ev-window.c: (register_custom_actions): + + Added comment for translators + 2008-01-22 Carlos Garcia Campos * shell/ev-view.c: (ev_view_button_release_event): Do not create the idle function for kinetic scrolling if we are not in a drag operation. - + 2008-01-22 Carlos Garcia Campos * shell/ev-view.c: (ev_view_handle_cursor_over_xy), @@ -12,7 +18,7 @@ (ev_view_button_release_event): Restore cursor after autoscrolling. Fixes bug #509958. - + 2008-01-19 Carlos Garcia Campos * configure.ac: diff --git a/shell/ev-window.c b/shell/ev-window.c index 4b4fee3c..79dff08b 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4599,6 +4599,7 @@ register_custom_actions (EvWindow *window, GtkActionGroup *group) "is_important", TRUE, "short_label", _("Back"), "stock_id", GTK_STOCK_GO_DOWN, + /*translators: this is the history action*/ "tooltip", _("Move across visited pages"), NULL); g_signal_connect (action, "activate_link", -- 2.43.0