inspector: Change label of widget tree

The tree contains other objects besides widgets, so label it
'Objects'.
This commit is contained in:
Matthias Clasen 2014-05-08 01:19:05 -04:00
parent c9dba4b8e0
commit 08f2456d5f

View File

@ -23,7 +23,7 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn"> <object class="GtkTreeViewColumn">
<property name="title" translatable="yes">Widget</property> <property name="title" translatable="yes">Object</property>
<property name="resizable">True</property> <property name="resizable">True</property>
<child> <child>
<object class="GtkCellRendererText"> <object class="GtkCellRendererText">