diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-19 20:07:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-20 09:46:09 +0200 |
commit | 99fef2fdd121ccac06fe6458d96ff9f4eb309e65 (patch) | |
tree | 79012875cc423a56232877026be817aaac71cd83 /cui | |
parent | eec03e848cb6874ce6d64dc0b8f45dbaf52e6c2b (diff) |
fix .ui indentation
Change-Id: I59785bcf81df775901f5bbb86561803709153286
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114309
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/spellingdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui index 4156b2822186..c2465fd57972 100644 --- a/cui/uiconfig/ui/spellingdialog.ui +++ b/cui/uiconfig/ui/spellingdialog.ui @@ -584,9 +584,9 @@ <property name="hexpand">True</property> <property name="use_underline">True</property> <child internal-child="accessible"> - <object class="AtkObject" id="add-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|add">Adds the unknown word to a user-defined dictionary.</property> - </object> + <object class="AtkObject" id="add-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="spellingdialog|extended_tip|add">Adds the unknown word to a user-defined dictionary.</property> + </object> </child> </object> <packing> |