Index: content-bundles/resources/types.properties =================================================================== --- content-bundles/resources/types.properties (revision 121160) +++ content-bundles/resources/types.properties (working copy) @@ -305,6 +305,9 @@ instr.dropbox.options = Choose whether email notifications should be sent for submissions within this dropbox title.dropbox.options = Setting options for dropbox in worksite ''{0}'' +# SAK-23350 +dropbox.privacy.note = Files in your Drop Box can only be seen by you and the site maintainers. Other participants cannot access them. + group.select.title=toggle select all Index: content-tool/tool/src/webapp/vm/content/sakai_resources_list.vm =================================================================== --- content-tool/tool/src/webapp/vm/content/sakai_resources_list.vm (revision 121160) +++ content-tool/tool/src/webapp/vm/content/sakai_resources_list.vm (working copy) @@ -172,6 +172,10 @@ #end + ## SAK-23350 + #if ($dropboxMode) +

$tlang.getString("dropbox.privacy.note")

+ #end #if($listActions || $showHotDropboxWidget)