summaryrefslogtreecommitdiff
path: root/gtk/ui
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-08-10 15:35:56 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2015-08-10 15:35:56 -0300
commite548c7139496067dca2757124963e62ce115b4d1 (patch)
tree22914dcb75a979d76ac1acb2ac58b66684506439 /gtk/ui
parent0dff2485165b13a7dd7264aff64a7dcce6e6bb5d (diff)
downloadgtk+-e548c7139496067dca2757124963e62ce115b4d1.tar.gz
placesview: show Disconnect instead of Eject
Since we're dealing with networks, terms like "Eject" or the eject button are misleading, since we're not actually ejecting but disconnecting. Fix that by showing the appropriate icon and tooltip.
Diffstat (limited to 'gtk/ui')
-rw-r--r--gtk/ui/gtkplacesviewrow.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ui/gtkplacesviewrow.ui b/gtk/ui/gtkplacesviewrow.ui
index c46079bbcf..d1e923b191 100644
--- a/gtk/ui/gtkplacesviewrow.ui
+++ b/gtk/ui/gtkplacesviewrow.ui
@@ -72,7 +72,7 @@
<property name="valign">center</property>
<property name="tooltip-text" translatable="yes">Unmount</property>
<child>
- <object class="GtkImage">
+ <object class="GtkImage" id="eject_icon">
<property name="visible">True</property>
<property name="icon_name">media-eject-symbolic</property>
<property name="icon_size">1</property>