officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 70b00434bad4216aeaed360808e19344de794c9c Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Tue May 17 18:40:51 2022 +0200 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Thu May 19 23:43:58 2022 +0200 tdf#149047,tdf#149018 improve label and tooltip of .uno:ObjectMenue This patch is part of clarifying the meaning of some .unos in the Customize dialog (tdf#149047) and also part of using "OLE Object" instead of "Object" (when appropriate) in the UI (tdf#149018). Can give a longer tooltip because this .uno is not used in toolbars. Change-Id: I7596442f3842cd83fff8da9a6c3a191e7ffcb486 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134444 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 0ec1e8246f08..e346f3b69092 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3406,7 +3406,10 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 </node> <node oor:name=".uno:ObjectMenue" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Ob~ject</value> + <value xml:lang="en-US">OLE Ob~ject</value> + </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Menu for editing or saving OLE objects</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value>