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>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 0ec1e82..e346f3b 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>