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:19:58 -0500 |
commit | b350dc2e1e4c3ac7cb722569d462c95dbb3cbbda (patch) | |
tree | 14b5dcd87108e5616fd98cee3eb8d096fd6f283b | |
parent | bb624ea64b13250573016bad7d02395556e80458 (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>
Reviewed-on: https://gerrit.libreoffice.org/6517
-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 cd69c0114743..20d77ccb72c5 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> |