Skip to content

Commit d7910a6

Browse files
fxriraveit65
authored andcommitted
MetadataSidebar: Add a tooltip to the folder button
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/d82064e
1 parent de32a70 commit d7910a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/eom-metadata-sidebar.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,8 @@ eom_metadata_sidebar_init (EomMetadataSidebar *sidebar)
514514
gtk_widget_set_margin_left (priv->folder_button, 12);
515515
gtk_widget_set_margin_right (priv->folder_button, 12);
516516
gtk_widget_set_margin_top (priv->folder_button, 3);
517+
gtk_widget_set_tooltip_text (priv->folder_button, _("Show the folder "
518+
"which contains this file in the file manager"));
517519
gtk_box_pack_end (GTK_BOX (label), priv->folder_button, FALSE, FALSE, 0);
518520
}
519521

0 commit comments

Comments
 (0)