diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-12-17 04:13:22 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-12-17 09:04:49 +0100 |
commit | 41e71a7c6f10eeca0d7bc083fc68dc85d9f2a986 (patch) | |
tree | 1dbbed2e53c0d9ddea05b21469fd418c1c2e1c70 /officecfg | |
parent | c8977c4465b5ea2b598bdd71621d1b7c57ec5eb6 (diff) |
tdf#91820 Round of improvements to Calc's menus for 6.0
Change-Id: Ia738456e5b351cc92777cd9795a3bfc641c454bc
Reviewed-on: https://gerrit.libreoffice.org/46582
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 7 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index cd1d1c9c7ee8..ff0052e97a4f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1422,7 +1422,7 @@ </node> <node oor:name=".uno:Hide" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Hide Sheets</value> + <value xml:lang="en-US">~Hide Sheet</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -1918,10 +1918,7 @@ </node> <node oor:name=".uno:EditLinks" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Edit Lin~ks...</value> - </prop> - <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">Lin~ks...</value> + <value xml:lang="en-US">Lin~ks to External Files...</value> </prop> </node> <node oor:name=".uno:SheetRightToLeft" oor:op="replace"> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index bf4d5d8e0719..c5d9664e2aa3 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6470,6 +6470,11 @@ <value xml:lang="en-US">~Restart in Safe Mode...</value> </prop> </node> + <node oor:name=".uno:NavigateMenu" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Navigate</value> + </prop> + </node> </node> </node> </oor:component-data> |