diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-17 18:40:51 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-19 23:43:58 +0200 |
commit | 70b00434bad4216aeaed360808e19344de794c9c (patch) | |
tree | 93d9818540f5354869929ab265c97e687104c425 /officecfg/registry | |
parent | 31f4173f9dd06ee2083763d5f8029f08e12e0cd7 (diff) |
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.blanco@youmail.dk>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
1 files changed, 4 insertions, 1 deletions
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> |