sc/uiconfig/scalc/ui/gotosheetdialog.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5443c129cf6796eb75c41eed757f0a5c529f1d88 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Feb 17 10:16:43 2026 +0000 Commit: Miklos Vajna <[email protected]> CommitDate: Tue Feb 17 16:15:49 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]> diff --git a/sc/uiconfig/scalc/ui/gotosheetdialog.ui b/sc/uiconfig/scalc/ui/gotosheetdialog.ui index e0f87dc5d293..8b6cbf4ac2b1 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>
