diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-17 18:06:06 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-19 23:42:03 +0200 |
commit | 31f4173f9dd06ee2083763d5f8029f08e12e0cd7 (patch) | |
tree | 57e0d740fae93187793b0d46b28208d6ffbe17d3 /officecfg | |
parent | 0e5f4f3ac15e22cfcf4447704105aaa0d1e241ee (diff) |
tdf#149047 add tooltip to uno:InsertObjCtrl and improve label
This .uno provides a dropdown menu, if insertobjectbar.xml
exists. It is barely used, so have only changed the
appearance in the toolbar and the Customize menu. Have not
added a ContextLabel, but might be necessary if used
in a menu.
The change is made as part of identifying "Objects" in the UI
as "OLE Objects" (when appropriate, see tdf#149018
Change-Id: Ia6c796e9f88e1731e155390b267aaa30336655e6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134443
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 2ce11a00aa61..1dad35cc2190 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -922,7 +922,10 @@ </node> <node oor:name=".uno:InsertObjCtrl" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Insert Object Menu</value> + <value xml:lang="en-US">OLE Object Insert Menu</value> + </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Insert OLE Object</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |