diff options
-rw-r--r-- | shell/ev-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index 5adbf63e..05505a34 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -6341,7 +6341,7 @@ register_custom_actions (EvWindow *window, GtkActionGroup *group) "label", _("Navigation"), "is_important", TRUE, "short_label", _("Back"), - "stock_id", GTK_STOCK_GO_DOWN, + "stock_id", GTK_STOCK_GO_BACK, /*translators: this is the history action*/ "tooltip", _("Move across visited pages"), NULL); |