From d7f78d469870717cfc356ce12413031b9d86079b Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Thu, 23 Mar 2023 11:23:06 +0100 Subject: tdf#135769 a11y: Set a11y name and tooltip for buttons in hyphenation dialog Set accessible name and tooltip "Left" and "Right" for the left and right arrow buttons, as suggested in tdf#135769 comment 6. Change-Id: I233d7f9028b2336130475ce50a4161df0629a835 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149355 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- cui/uiconfig/ui/hyphenate.ui | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cui/uiconfig/ui/hyphenate.ui b/cui/uiconfig/ui/hyphenate.ui index 89ed9d1b2fc8..1a8814e375eb 100644 --- a/cui/uiconfig/ui/hyphenate.ui +++ b/cui/uiconfig/ui/hyphenate.ui @@ -208,11 +208,13 @@ True True True + Left end image1 True + Left Set the position of the hyphen. This option is only available if more than one hyphenation suggestion is displayed. @@ -227,11 +229,13 @@ True True True + Right start image2 True + Right Set the position of the hyphen. This option is only available if more than one hyphenation suggestion is displayed. -- cgit