sfx2/uiconfig/ui/templatepanel.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 293de1160312c277579d1669633c8c2238812f7e Author: Parth Raiyani <[email protected]> AuthorDate: Thu Nov 20 10:01:22 2025 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Thu Nov 20 06:16:47 2025 +0100 accessibility: add accessible name for filter dropdown in style sidebar panel Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I1f1d78d4f936f59d63fa8a76b27d5728891190f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194228 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/sfx2/uiconfig/ui/templatepanel.ui b/sfx2/uiconfig/ui/templatepanel.ui index 80c53799e0eb..857031449561 100644 --- a/sfx2/uiconfig/ui/templatepanel.ui +++ b/sfx2/uiconfig/ui/templatepanel.ui @@ -269,6 +269,7 @@ <property name="can-focus">False</property> <child internal-child="accessible"> <object class="AtkObject" id="filter-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="templatepanel|filter-atkobject">Filter</property> <property name="AtkObject::accessible-description" translatable="yes" context="templatepanel|extended_tip|filter">Select a filter for the list of styles.</property> </object> </child>
