diff options
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 | ||||
-rw-r--r-- | sc/uiconfig/scalc/menubar/menubar.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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"/> |