Gallery was changed to Clip Art Gallery in the menu, so it would be good to also change it in the sidebar.
With this, it's ok: diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 0b3cf4d..9874dcb 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">Gallery</value> + <value xml:lang="en-US">Clip Art Gallery</value> </prop> <prop oor:name="Id" oor:type="xs:string"> <value>GalleryDeck</value> But there's also this one: 374 <node oor:name="GalleryPanel" oor:op="replace"> 375 <prop oor:name="Title" oor:type="xs:string"> 376 <value xml:lang="en-US">Gallery</value> 377 </prop> Should both be replaced?
Yes i believe both do need to be replaced.
Thank you for your feedback.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=393ef5c8800835fdefb81bc0062ab30cd1bba140 Resolves fdo#86040 Renaming 'Gallery' to 'Clip Art Gallery' It will be available in 4.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thinking about this more, i think this might not have been the correct idea, as the gallery does include more than just clip art, like sound clips as well.
I thought you had talked about this with ux team... However if it's wrong, just open a brand new bug and try to discuss with ux team this time :-)
Will do. Sorry about that. I will change it back if so. :D
Yousuf Philips committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=18db9ba9891df7c909dc1f67bbfe9ef25620f816 revert change made in fdo#86040 as agreed on by design team It will be available in 4.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Jay Philips from comment #5) > Thinking about this more, i think this might not have been the correct idea, > as the gallery does include more than just clip art, like sound clips as > well. -_-