diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-01-11 14:38:53 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-01-13 14:11:11 +0100 |
commit | 008cf21683f2b072532ab706f25a7a6bd1126231 (patch) | |
tree | ae62e1c0ec1409f2c759dbc1044b7159c3bb2e96 /sfx2/uiconfig/ui/templatedlg.ui | |
parent | 9b36407b7a3d1052a79077ca54904e3b3b8d0bce (diff) |
tdf#138846 change "Settings" to "Tools" in Template Manager dialog
And add "extended tooltip" to explain what is hidden inside the icon
Change-Id: I46903d7001c180af44a47ebf0de32bd3d932c3a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109007
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2/uiconfig/ui/templatedlg.ui')
-rw-r--r-- | sfx2/uiconfig/ui/templatedlg.ui | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui index 1ea6b4b4c499..5246f7542e41 100644 --- a/sfx2/uiconfig/ui/templatedlg.ui +++ b/sfx2/uiconfig/ui/templatedlg.ui @@ -661,12 +661,17 @@ <object class="GtkMenuButton" id="action_menu"> <property name="can-focus">True</property> <property name="receives-default">False</property> - <property name="tooltip-text" translatable="yes" context="templatedlg|action_menu|tooltip_text">Settings</property> + <property name="tooltip-text" translatable="yes" context="templatedlg|action_menu|tooltip_text">Tools</property> <property name="image">image7</property> <property name="relief">none</property> <property name="always-show-image">True</property> <property name="popup">menu1</property> <property name="use-popover">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="tools-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="templatedlg|extended_tip|action_menu">Provides commands to create, rename and delete categories, reset default templates, and refresh the template manager.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> |