officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    2 +-
 sc/uiconfig/scalc/menubar/menubar.xml                                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 64b5eb228625f4da6368be3e7ec93e68cf74605d
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Tue May 31 12:07:15 2022 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Thu Jun 9 09:19:42 2022 +0200

    tdf#149414 change Format Object label for Calc and Impress
    
      The label for Calc was Format > OLE Object (using
      .uno:ObjectMenu), while the label for Impress was
      Format > "Object and Shape" (using .uno:FormatObjectMenu).
      This patch (a) changes the label of .uno:FormatObjectMenu
      from "Object and Shape" to "Text Box and Shape"
      (to bring it in line with Writer). This change appears
      immediately in Impress, and (b) changes the .uno:ObjectMenu
      in Calc to .uno:FormatObjectMenu, which also gives the
      "Text Box and Shape" label, which is also more appropriate
      for its submenu.
    
      Kept the same keyboard accelerator "o", which was used both
      in Impress and Calc.
    
    Change-Id: Ifcf7b953b6bed262d630f7a07bf1f5000ee33aa4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135162
    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 cf6164ac1d9f..cf486726809f 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3686,7 +3686,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:FormatObjectMenu" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">~Object and Shape</value>
+          <value xml:lang="en-US">Text B~ox and Shape</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
diff --git a/sc/uiconfig/scalc/menubar/menubar.xml 
b/sc/uiconfig/scalc/menubar/menubar.xml
index 49a978aa4f29..80276b6f8c0a 100644
--- a/sc/uiconfig/scalc/menubar/menubar.xml
+++ b/sc/uiconfig/scalc/menubar/menubar.xml
@@ -449,7 +449,7 @@
           <menu:menuitem menu:id=".uno:UngroupSparklines"/>
         </menu:menupopup>
       </menu:menu>
-      <menu:menu menu:id=".uno:ObjectMenu">
+      <menu:menu menu:id=".uno:FormatObjectMenu">
         <menu:menupopup>
           <menu:menuitem menu:id=".uno:TransformDialog"/>
           <menu:menuitem menu:id=".uno:FormatLine"/>

Reply via email to