cui/uiconfig/ui/thesaurus.ui | 1 + sc/uiconfig/scalc/ui/gotosheetdialog.ui | 1 + 2 files changed, 2 insertions(+)
New commits: commit 094ae4f51e4aba37efbb0799b015bb571ce39743 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Feb 17 10:16:43 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Feb 24 10:13:48 2026 +0100 add 'Sheet Name' to GtkEntry Change-Id: I0b4b5f91d4a7cf1e0ef2f2ae704d01f4dfc791f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199533 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Parth Raiyani <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200125 Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sc/uiconfig/scalc/ui/gotosheetdialog.ui b/sc/uiconfig/scalc/ui/gotosheetdialog.ui index be84df3535e0..232f9b39bd2c 100644 --- a/sc/uiconfig/scalc/ui/gotosheetdialog.ui +++ b/sc/uiconfig/scalc/ui/gotosheetdialog.ui @@ -97,6 +97,7 @@ <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="entry-mask-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="gotosheetdialog|entry-mask-atkobject">Sheet Name</property> <property name="AtkObject::accessible-description" translatable="yes" context="gotosheetdialog|extended_tip|entry-mask">Type some letters of sheet name to find it.</property> </object> </child> commit 401eb27f938969c29dc7df62625d80d659ebdf82 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Feb 17 09:09:26 2026 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Feb 24 10:13:40 2026 +0100 add an accessible name to the thesaurus 'language' combobo Change-Id: I4943c0276396f62094a576711e5abe5cd107936e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199524 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Parth Raiyani <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200124 Reviewed-by: Caolán McNamara <[email protected]> diff --git a/cui/uiconfig/ui/thesaurus.ui b/cui/uiconfig/ui/thesaurus.ui index 2aa20484080e..95e83758aeee 100644 --- a/cui/uiconfig/ui/thesaurus.ui +++ b/cui/uiconfig/ui/thesaurus.ui @@ -186,6 +186,7 @@ <property name="valign">center</property> <child internal-child="accessible"> <object class="AtkObject" id="langcb-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="thesaurus|langcb|accessible_name">Language</property> <property name="AtkObject::accessible-description" translatable="yes" context="thesaurus|extended_tip|langcb">Select a language for the thesaurus.</property> </object> </child>
