user-accounts: Remove unneeded markup in label
This commit is contained in:
parent
2714908bf7
commit
a24c6a7f66
1 changed files with 4 additions and 1 deletions
|
@ -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"><small>This hint may be displayed at the login screen. It will be visible to all users of this system. Do <b>not</b> include the password here.</small></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 <b>not</b> 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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue