--- loncom/interface/londocs.pm 2007/06/11 17:13:30 1.274
+++ loncom/interface/londocs.pm 2007/06/11 21:27:23 1.275
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.274 2007/06/11 17:13:30 albertel Exp $
+# $Id: londocs.pm,v 1.275 2007/06/11 21:27:23 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1616,7 +1616,8 @@ sub ask_for_embedded_content {
}
$upload_output .= &Apache::loncommon::end_data_table().'
-
+
+ '.&mt('(only files for which a location has been provided will be uploaded)').'
';
return $upload_output;
}