diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-11 15:31:56 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-12 13:18:20 +0200 |
commit | ab37d644773fe08d908a35fff14b9e6eefebbc55 (patch) | |
tree | bd1c6c01d147c0642d1c8f1f440602ea092fc8e1 /cui | |
parent | 3f2b5da839d9985fa9957fb8348d60bdf045f1e9 (diff) |
Add precisions to extended tip
Change-Id: I8d33d95dd1cb8a5b81ae837f78accad6060a94f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135667
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optgeneralpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/optgeneralpage.ui b/cui/uiconfig/ui/optgeneralpage.ui index 0be6b43164f1..111dd611eb6f 100644 --- a/cui/uiconfig/ui/optgeneralpage.ui +++ b/cui/uiconfig/ui/optgeneralpage.ui @@ -39,7 +39,7 @@ <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="exthelp-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | exthelp">Displays a help text when you rest the cursor on an icon, a menu command, or a control on a dialog.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | exthelp">Displays a help text when you rest the mouse pointer on an icon, a menu command, or a control on a dialog.</property> </object> </child> </object> |