user-accounts: Remove unneeded markup in label

This commit is contained in:
Bastien Nocera 2011-07-11 13:37:47 +01:00
parent 2714908bf7
commit a24c6a7f66

View file

@ -109,9 +109,12 @@
<object class="GtkLabel" id="password-normal-hint-description-label"> <object class="GtkLabel" id="password-normal-hint-description-label">
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">&lt;small&gt;This hint may be displayed at the login screen. It will be visible to all users of this system. Do &lt;b&gt;not&lt;/b&gt; include the password here.&lt;/small&gt;</property> <property name="label" translatable="yes">This hint may be displayed at the login screen. It will be visible to all users of this system. Do &lt;b&gt;not&lt;/b&gt; include the password here.</property>
<property name="use_markup">True</property> <property name="use_markup">True</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<attributes>
<attribute name="scale" value="0.83333333333329995"/>
</attributes>
</object> </object>
<packing> <packing>
<property name="position">1</property> <property name="position">1</property>