]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.c
Set a short label for 'Open Folder'
[evince.git] / shell / ev-window.c
index 46c41a903f24b01fbced628fa73690d688e40e48..aad7dee7413a0f1f78681f3ebd61b23cf2810b55 100644 (file)
@@ -5761,6 +5761,10 @@ set_action_properties (GtkActionGroup *action_group)
 {
        GtkAction *action;
 
+       action = gtk_action_group_get_action (action_group, "FileOpenContainingFolder");
+       /*translators: this is the label for toolbar button*/
+       g_object_set (action, "short_label", _("Open Folder"), NULL);
+
        action = gtk_action_group_get_action (action_group, "GoPreviousPage");
        g_object_set (action, "is-important", TRUE, NULL);
        /*translators: this is the label for toolbar button*/