diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-26 00:59:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-26 18:15:14 +0200 |
commit | 2abdc04993e6b23d2c5514caca66371ff2df7bea (patch) | |
tree | 94b925a6c95b2465dcb165cff82cc233feec4c60 | |
parent | 74d3dd420bd80f88dd7e1078dd500aba8841aa44 (diff) |
Manage Names: adapt menu to changes
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 4 | ||||
-rw-r--r-- | sc/uiconfig/scalc/menubar/menubar.xml | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index ce25934559c9..3929f59f4c51 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -900,10 +900,10 @@ </node> <node oor:name=".uno:DefineName" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Define Name...</value> + <value xml:lang="en-US">~Manage Names...</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">~Define...</value> + <value xml:lang="en-US">~Manage...</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 f59549918e9a..06f765276367 100644 --- a/sc/uiconfig/scalc/menubar/menubar.xml +++ b/sc/uiconfig/scalc/menubar/menubar.xml @@ -165,6 +165,7 @@ <menu:menupopup> <menu:menuitem menu:id=".uno:DefineName"/> <menu:menuitem menu:id=".uno:InsertName"/> + <menu:menuseparator/> <menu:menuitem menu:id=".uno:CreateNames"/> <menu:menuitem menu:id=".uno:DefineLabelRange"/> </menu:menupopup> |