From 1b6acd1e6c7bc9b494aa56f2eda7a6ee32a8a60c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 14 Jul 2016 11:26:49 +0200 Subject: Allow to use Send To action from the toolbar taken from: https://git.gnome.org/browse/evince/commit/?id=a8d6329 --- shell/ev-window.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index 797efe5d..b0768d88 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -6490,6 +6490,8 @@ set_action_properties (GtkActionGroup *action_group) GtkAction *action; action = gtk_action_group_get_action (action_group, "FileSendTo"); + /*translators: this is the label for toolbar button*/ + g_object_set (action, "short_label", _("Send To"), NULL); gtk_action_set_visible (action, caja_sendto != NULL); action = gtk_action_group_get_action (action_group, "GoPreviousPage"); -- cgit v1.2.1