diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-11-13 01:36:13 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-18 09:30:00 +0000 |
commit | 18db9ba9891df7c909dc1f67bbfe9ef25620f816 (patch) | |
tree | e0d077d4e428f66df2cbf2928705fe0d8e2c277a /officecfg | |
parent | 747ed5793cbcf7b7a98b33ba4001d0fe20812921 (diff) |
revert change made in fdo#86040 as agreed on by design team
Change-Id: Ibdf8ad1518751a1c811d4b8960a0dc66fb906910
Reviewed-on: https://gerrit.libreoffice.org/12395
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 | 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 b66ab22aa22b..0b3cf4d44545 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -43,7 +43,7 @@ <node oor:name="GalleryDeck" oor:op="replace"> <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Clip Art Gallery</value> + <value xml:lang="en-US">Gallery</value> </prop> <prop oor:name="Id" oor:type="xs:string"> <value>GalleryDeck</value> @@ -373,7 +373,7 @@ <node oor:name="GalleryPanel" oor:op="replace"> <prop oor:name="Title" oor:type="xs:string"> - <value xml:lang="en-US">Clip Art Gallery</value> + <value xml:lang="en-US">Gallery</value> </prop> <prop oor:name="TitleBarIsOptional" oor:type="xs:boolean"> <value>true</value> |