diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-09-17 00:52:46 +0400 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-17 07:16:38 +0000 |
commit | 0c1a37b38d782ed13a16c449226228035bebc2a8 (patch) | |
tree | f48480350668883577f9b0b38f06b93a6791e534 | |
parent | d6d688ad8a02f67a8a2c2de34e19fcb7080939d3 (diff) |
tdf#91063 Rename chart sidebar to properties
Change-Id: Ibcf70692e0363bae6c53bc7a16be9533ba96338f
Reviewed-on: https://gerrit.libreoffice.org/18651
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 0a5514cfe5ba..8de92bc3516e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -233,13 +233,13 @@ <node oor:name="ChartDeck" oor:op="replace"> <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Chart</value> + <value xml:lang="en-US">Properties</value> </prop> <prop oor:name="Id" oor:type="xs:string"> <value>ChartDeck</value> </prop> <prop oor:name="IconURL" oor:type="xs:string"> - <value>private:graphicrepository/sfx2/res/symphony/sidebar-style-large.png</value> + <value>private:graphicrepository/sfx2/res/symphony/sidebar-property-large.png</value> </prop> <prop oor:name="ContextList"> <value oor:separator=";"> |