extensions/uiconfig/spropctrlr/ui/labelselectiondialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 60bb7f3afe4fd8bb3ebb75a77f31f7ba5091eac4 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Mar 30 22:13:23 2023 +0200 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Fri Mar 31 17:28:54 2023 +0200 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 <[email protected]> Reviewed-by: Adolfo Jayme Barrientos <[email protected]> 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>
