From: Gil Forcada Date: Wed, 23 Jan 2008 08:04:36 +0000 (+0000) Subject: Added comment for translators X-Git-Tag: EVINCE_2_21_90~29 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=4b8b5a5256ce8d73660a251bba6fa10591b4008b;p=evince.git 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 --- 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",