sc/uiconfig/scalc/ui/protectsheetdlg.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit e0d26e59f036358179c597e0069c69c95c7caced Author: Caolán McNamara <[email protected]> AuthorDate: Tue Feb 17 10:25:15 2026 +0000 Commit: Miklos Vajna <[email protected]> CommitDate: Tue Feb 17 16:16:52 2026 +0100 a11y: add accessible name for GtkLevelBar in sc's protectsheetdlg ui similar to how it was added in the more common cui password ui commit 82a88dcd4a1f95ed4f46167eefb403dbe86fc8d4 Date: Tue Feb 10 12:56:34 2026 +0530 a11y: add accessible name for GtkLevelBar in password ui Change-Id: I09d53497569cd5225282426921f2a161c538adde Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199535 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui b/sc/uiconfig/scalc/ui/protectsheetdlg.ui index 7385ff3c1b82..968025cb929a 100644 --- a/sc/uiconfig/scalc/ui/protectsheetdlg.ui +++ b/sc/uiconfig/scalc/ui/protectsheetdlg.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="sc"> <requires lib="gtk+" version="3.20"/> <object class="GtkTreeStore" id="liststore1"> @@ -192,6 +192,7 @@ <property name="can-focus">False</property> <child internal-child="accessible"> <object class="AtkObject" id="passwordbar-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="protectsheetdlg|passwordbar-atkobject">Password Level Bar</property> <property name="AtkObject::accessible-description" translatable="yes" context="protectsheetdlg|extended_tip|passwordbar">Measure of password strength</property> </object> </child>
