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:
Peter Dietz
2011-08-04 17:43:04 +00:00
parent 65f5786e9e
commit 43715535b3
3 changed files with 3 additions and 3 deletions

View File

@@ -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 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 public void addPageMeta(PageMeta pageMeta) throws WingException
{ {

View File

@@ -1238,7 +1238,7 @@
<message key="xmlui.administrative.item.AddBitstreamForm.bundle.METADATA">Metadata Files</message> <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.THUMBNAIL">Thumbnails</message>
<message key="xmlui.administrative.item.AddBitstreamForm.bundle.LICENSE">Licenses</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_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.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> <message key="xmlui.administrative.item.AddBitstreamForm.description_label">Description</message>

View File

@@ -1859,7 +1859,7 @@ webui.suggest.enable = false
# into an existing item through the administrative interface. If the user does not # 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 # have the appropriate privileges (add & write) on the bundle then that bundle will
# not be shown to the user as an option. # 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 # 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 # be available to the theme. This parameter defaults to true, but if you are