diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-05-14 09:19:38 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-05-14 09:19:38 +0200 |
commit | f93f7d4c56a6cf671e709f03aafadbb11b2a338c (patch) | |
tree | 9c9f51f35704c7c832b5ff16039f93e501003711 | |
parent | 0689308c572e1937cbe24d68ecc9db88d4a2a8dd (diff) |
cws tl80: #i106004# name change 'Formula Elements' to 'Elements'
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu | 2 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Math.xcs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu index e69558fc4ef5..202b7927b62f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu @@ -156,7 +156,7 @@ </node> <node oor:name=".uno:ToolBox" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Formula Elements</value> + <value xml:lang="en-US">Elements</value> </prop> </node> <node oor:name=".uno:FormelCursor" oor:op="replace"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs index c1f9e8aa96b2..caa8726b7c72 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs @@ -351,7 +351,7 @@ <prop oor:name="ToolboxVisible" oor:type="xs:boolean"> <!-- OldPath: Math/View --> <!-- OldLocation: Soffice.cfg --> - <!-- UIHints: View - Formula Elements --> + <!-- UIHints: View - Elements --> <info> <author>TL</author> <desc>Toggles the visibility of the ToolBox (Selection Box).</desc> |