malcontent-control: Relabel a group of controls
This fits in better with the new design, and is more noun-like than verb-like. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
08ab378053
commit
629e7aac15
|
@ -9,12 +9,12 @@
|
||||||
<property name="column-spacing">12</property>
|
<property name="column-spacing">12</property>
|
||||||
<property name="valign">start</property>
|
<property name="valign">start</property>
|
||||||
|
|
||||||
<!-- Restricted Apps -->
|
<!-- Application Usage Restrictions -->
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel">
|
<object class="GtkLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="xalign">0.0</property>
|
<property name="xalign">0.0</property>
|
||||||
<property name="label" translatable="yes">Restrict Apps</property>
|
<property name="label" translatable="yes">Application Usage Restrictions</property>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="weight" value="bold" />
|
<attribute name="weight" value="bold" />
|
||||||
</attributes>
|
</attributes>
|
||||||
|
@ -214,13 +214,13 @@
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
<!-- App Center Restrictions -->
|
<!-- Software Installation Restrictions -->
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel">
|
<object class="GtkLabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="margin-top">12</property>
|
<property name="margin-top">12</property>
|
||||||
<property name="xalign">0.0</property>
|
<property name="xalign">0.0</property>
|
||||||
<property name="label" translatable="yes">App Center Restrictions</property>
|
<property name="label" translatable="yes">Software Installation Restrictions</property>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="weight" value="bold" />
|
<attribute name="weight" value="bold" />
|
||||||
</attributes>
|
</attributes>
|
||||||
|
|
Loading…
Reference in New Issue