mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
DS-904 Non-consistant naming of Creative Commons license bundle.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6527 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -59,7 +59,7 @@ public class AddBitstreamForm extends AbstractDSpaceTransformer
|
||||
private static final Message T_no_bundles = message("xmlui.administrative.item.AddBitstreamForm.no_bundles");
|
||||
|
||||
|
||||
private static final String DEFAULT_BUNDLE_LIST = "ORIGINAL, METADATA, THUMBNAIL, LICENSE, CC_LICENSE";
|
||||
private static final String DEFAULT_BUNDLE_LIST = "ORIGINAL, METADATA, THUMBNAIL, LICENSE, CC-LICENSE";
|
||||
|
||||
public void addPageMeta(PageMeta pageMeta) throws WingException
|
||||
{
|
||||
|
@@ -1238,7 +1238,7 @@
|
||||
<message key="xmlui.administrative.item.AddBitstreamForm.bundle.METADATA">Metadata Files</message>
|
||||
<message key="xmlui.administrative.item.AddBitstreamForm.bundle.THUMBNAIL">Thumbnails</message>
|
||||
<message key="xmlui.administrative.item.AddBitstreamForm.bundle.LICENSE">Licenses</message>
|
||||
<message key="xmlui.administrative.item.AddBitstreamForm.bundle.CC_LICENSE">Creative Commons Licenses</message>
|
||||
<message key="xmlui.administrative.item.AddBitstreamForm.bundle.CC-LICENSE">Creative Commons Licenses</message>
|
||||
<message key="xmlui.administrative.item.AddBitstreamForm.file_label">File</message>
|
||||
<message key="xmlui.administrative.item.AddBitstreamForm.file_help">Please enter the name of the file on your computer corresponding to your item. If you click "Browse...", a new window will appear in which you can locate and select the file from your computer.</message>
|
||||
<message key="xmlui.administrative.item.AddBitstreamForm.description_label">Description</message>
|
||||
|
@@ -1859,7 +1859,7 @@ webui.suggest.enable = false
|
||||
# into an existing item through the administrative interface. If the user does not
|
||||
# have the appropriate privileges (add & write) on the bundle then that bundle will
|
||||
# not be shown to the user as an option.
|
||||
#xmlui.bundle.upload = ORIGINAL, METADATA, THUMBNAIL, LICENSE, CC_LICENSE
|
||||
#xmlui.bundle.upload = ORIGINAL, METADATA, THUMBNAIL, LICENSE, CC-LICENSE
|
||||
|
||||
# On the community-list page should all the metadata about a community/collection
|
||||
# be available to the theme. This parameter defaults to true, but if you are
|
||||
|
Reference in New Issue
Block a user