printers: Avoid unnecessary use of markup

Replace unnecessary use of markup with text proprieties.
This commit is contained in:
Khaled Hosny 2011-02-07 12:19:26 +01:00 committed by Marek Kasik
parent dfdc194cbe
commit 703129bbfe

View file

@ -716,8 +716,10 @@
<child type="label"> <child type="label">
<object class="GtkLabel" id="label11"> <object class="GtkLabel" id="label11">
<property name="visible">True</property> <property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Allowed users&lt;/b&gt;</property> <property name="label" translatable="yes">Allowed users</property>
<property name="use_markup">True</property> <attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object> </object>
</child> </child>
</object> </object>