summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-08-19 17:27:20 +0100
committerDaniel Boles <dboles@src.gnome.org>2017-08-23 21:41:50 +0100
commitda76699757cdbda128cb2929a9100aec6d577a55 (patch)
tree4444e310c0fd15e4cfbe684f8722f22848721791
parent5fdcfa4739416aa3d7746da1faeaa6903c4b48f1 (diff)
downloadgtk+-da76699757cdbda128cb2929a9100aec6d577a55.tar.gz
SidebarRow: Add Unmount tooltip to eject_button
It was reported that the lack of a tooltip made its purpose unclear. This can be solved by just copying PlacesViewRow’s eject_button tooltip. https://bugzilla.gnome.org/show_bug.cgi?id=766909
-rw-r--r--gtk/ui/gtksidebarrow.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ui/gtksidebarrow.ui b/gtk/ui/gtksidebarrow.ui
index 8cb6380dd8..9b590e2ad7 100644
--- a/gtk/ui/gtksidebarrow.ui
+++ b/gtk/ui/gtksidebarrow.ui
@@ -37,6 +37,7 @@
<property name="valign">center</property>
<property name="margin-start">4px</property>
<property name="icon-name">media-eject-symbolic</property>
+ <property name="tooltip-text" translatable="yes">Unmount</property>
<style>
<class name="sidebar-button"/>
</style>