display: Use text attributes instead of markup

in the UI file.

https://bugzilla.gnome.org/show_bug.cgi?id=639184
This commit is contained in:
Khaled Hosny 2011-01-14 14:22:41 +00:00 committed by Bastien Nocera
parent 5839a2735c
commit 55a118f386

View file

@ -241,8 +241,10 @@
<object class="GtkLabel" id="clone_resolution_warning_label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">&lt;i&gt;Note: may limit resolution options&lt;/i&gt;</property>
<property name="use_markup">True</property>
<property name="label" translatable="yes">Note: may limit resolution options</property>
<attributes>
<attribute name="style" value="italic"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>