Remove markup from translatable strings
This commit is contained in:
parent
b736f52037
commit
ccdc6264da
@ -71,8 +71,10 @@
|
|||||||
<child type="label">
|
<child type="label">
|
||||||
<object class="GtkLabel" id="label_format">
|
<object class="GtkLabel" id="label_format">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes"><b>Clock Format</b></property>
|
<property name="label" translatable="yes">Clock Format</property>
|
||||||
<property name="use_markup">True</property>
|
<attributes>
|
||||||
|
<attribute name="weight" value="bold"/>
|
||||||
|
</attributes>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
@ -130,8 +132,10 @@
|
|||||||
<child type="label">
|
<child type="label">
|
||||||
<object class="GtkLabel" id="label_display">
|
<object class="GtkLabel" id="label_display">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label" translatable="yes"><b>Panel Display</b></property>
|
<property name="label" translatable="yes">Panel Display</property>
|
||||||
<property name="use_markup">True</property>
|
<attributes>
|
||||||
|
<attribute name="weight" value="bold"/>
|
||||||
|
</attributes>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user