diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-30 22:13:23 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-03-31 17:28:54 +0200 |
commit | 60bb7f3afe4fd8bb3ebb75a77f31f7ba5091eac4 (patch) | |
tree | 88a29f37d8e9dc8e1782ff5c9d43303eaad24f7a /extensions | |
parent | bd3bc03ef82e77fbb577a69a92da2690a5ef384f (diff) |
Fix typo in code + add curly braces for "No assigment"
Change-Id: I58f01ede2d568c73bca697674a625cb1b13e5684
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149762
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui index f73b01361c94..4a7c53da1bec 100644 --- a/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui +++ b/extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui @@ -167,7 +167,7 @@ <property name="draw-indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="noassignment-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="labelselectiondialog|extended_tip|nosssignement">Check the No assignment box to remove the link between a control and the assigned label field.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="labelselectiondialog|extended_tip|noassignment">Check the “No assignment” box to remove the link between a control and the assigned label field.</property> </object> </child> </object> |