cui/uiconfig/ui/accelconfigpage.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 4108348161b1f1f1693b722a828e7c9584c33cd6 Author: Seth Chaiklin <[email protected]> AuthorDate: Mon Mar 14 16:51:49 2022 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Tue Mar 15 17:22:35 2022 +0100 Related: tdf#35030 - add tooltip and improve extended tooltip for reset Change-Id: I3153785bd5d7420bb6ec89cdf1592362acbbb5b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131480 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/cui/uiconfig/ui/accelconfigpage.ui b/cui/uiconfig/ui/accelconfigpage.ui index 576ec931381f..f64eec3641ac 100644 --- a/cui/uiconfig/ui/accelconfigpage.ui +++ b/cui/uiconfig/ui/accelconfigpage.ui @@ -292,9 +292,10 @@ To quickly find a shortcut in this list, simply press the key combination.</prop <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> + <property name="tooltip_text" translatable="yes" context="accelconfigpage|tooltip|reset">Unsaved modifications to shortcut keys are reverted.</property> <child internal-child="accessible"> <object class="AtkObject" id="reset-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="accelconfigpage|extended_tip|reset">Resets modified values back to the default values.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="accelconfigpage|extended_tip|reset">Revert any changes made to keyboard shortcuts to the assignments that were present when this dialog was opened.</property> </object> </child> </object>
