inspector: Shorten some labels

This commit is contained in:
Matthias Clasen
2014-11-07 22:57:14 -05:00
parent 818d2e238b
commit 1ddace0a5f
2 changed files with 6 additions and 6 deletions

View File

@ -242,7 +242,7 @@
<object class="GtkInspectorClassesList" id="classes_list"/> <object class="GtkInspectorClassesList" id="classes_list"/>
<packing> <packing>
<property name="name">css-classes</property> <property name="name">css-classes</property>
<property name="title" translatable="yes">CSS Classes</property> <property name="title" translatable="yes">Style Classes</property>
</packing> </packing>
</child> </child>
<child> <child>
@ -258,7 +258,7 @@
</object> </object>
<packing> <packing>
<property name="name">css</property> <property name="name">css</property>
<property name="title" translatable="yes">Custom CSS</property> <property name="title" translatable="yes">CSS</property>
</packing> </packing>
</child> </child>
<child> <child>
@ -339,7 +339,7 @@
</object> </object>
<packing> <packing>
<property name="name">css</property> <property name="name">css</property>
<property name="title" translatable="yes">Custom CSS</property> <property name="title" translatable="yes">CSS</property>
</packing> </packing>
</child> </child>
<child> <child>

View File

@ -9,9 +9,9 @@ N_("Signals");
N_("Child Properties"); N_("Child Properties");
N_("Hierarchy"); N_("Hierarchy");
N_("Selector"); N_("Selector");
N_("CSS Classes"); N_("Style Classes");
N_("Style Properties"); N_("Style Properties");
N_("Custom CSS"); N_("CSS");
N_("Size Groups"); N_("Size Groups");
N_("Data"); N_("Data");
N_("Actions"); N_("Actions");
@ -20,6 +20,6 @@ N_("Gestures");
N_("Objects"); N_("Objects");
N_("Statistics"); N_("Statistics");
N_("Resources"); N_("Resources");
N_("Custom CSS"); N_("CSS");
N_("Visual"); N_("Visual");
N_("General"); N_("General");