diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-10-29 22:30:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-01 04:00:16 -0500 |
commit | 7fb2aa82f69329e73434c7e6a3ce3a1d3d99f2cb (patch) | |
tree | aed0e03550f3787769ea50c4dd3ffacc72bfc9e1 /officecfg | |
parent | 609f0b8bff60104168cab54822d3e7643a6f10cb (diff) |
fdo#68414: SIDEBAR: property's Text named incorrectly
Change-Id: I2b1fdbde3655b26ec7b94fb35e1277be532d3232
Reviewed-on: https://gerrit.libreoffice.org/6480
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 26a2bc806cf6..9f6006795af8 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -186,7 +186,7 @@ <node oor:name="TextPropertyPanel" oor:op="replace"> <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Text</value> + <value xml:lang="en-US">Character</value> </prop> <prop oor:name="Id" oor:type="xs:string"> <value>TextPropertyPanel</value> |