diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2023-03-23 11:23:06 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2023-03-23 19:54:59 +0000 |
commit | d7f78d469870717cfc356ce12413031b9d86079b (patch) | |
tree | 23efe00b4a4db5d320bf245ac07fc09c93f30f47 /cui/uiconfig/ui/hyphenate.ui | |
parent | db863e0aabfb9008bf7ca226e7da7c186d89e5ea (diff) |
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 <m.weghorn@posteo.de>
Diffstat (limited to 'cui/uiconfig/ui/hyphenate.ui')
-rw-r--r-- | cui/uiconfig/ui/hyphenate.ui | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> + <property name="tooltip-text" context="hyphenate|tooltip|left" translatable="yes">Left</property> <property name="halign">end</property> <property name="image">image1</property> <property name="always-show-image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="left-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="hyphenate|button_name|left">Left</property> <property name="AtkObject::accessible-description" translatable="yes" context="hyphenate|extended_tip|left">Set the position of the hyphen. This option is only available if more than one hyphenation suggestion is displayed.</property> </object> </child> @@ -227,11 +229,13 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> + <property name="tooltip-text" context="hyphenate|tooltip|right" translatable="yes">Right</property> <property name="halign">start</property> <property name="image">image2</property> <property name="always-show-image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="right-atkobject"> + <property name="AtkObject::accessible-name" context="hyphenate|button_name|right" translatable="yes">Right</property> <property name="AtkObject::accessible-description" translatable="yes" context="hyphenate|extended_tip|right">Set the position of the hyphen. This option is only available if more than one hyphenation suggestion is displayed.</property> </object> </child> |