[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /homework structuretags.pm
raeburn
raeburn@source.lon-capa.org
Fri, 07 Jan 2011 05:14:57 -0000
raeburn Fri Jan 7 05:14:57 2011 EDT
Modified files: (Branch: version_2_10_X)
/loncom/homework structuretags.pm
Log:
- Backport 1.484.
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.465.2.11 loncom/homework/structuretags.pm:1.465.2.12
--- loncom/homework/structuretags.pm:1.465.2.11 Thu Jan 6 23:06:29 2011
+++ loncom/homework/structuretags.pm Fri Jan 7 05:14:57 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.465.2.11 2011/01/06 23:06:29 raeburn Exp $
+# $Id: structuretags.pm,v 1.465.2.12 2011/01/07 05:14:57 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -163,9 +163,8 @@
}
sub file_delchk_js {
- my $delfilewarn = &mt('You have indicated you wish to delete some files previously included for submission.').'\\n'.
- &mt('Deleted files will not be graded.').' '.
- &mt('Submit Answer?');
+ my $delfilewarn = &mt('You have indicated you wish to remove some files previously included in your submission.').'\\n'.
+ &mt('Continue submission with these files removed?');
return <<"ENDSCRIPT";
<script type="text/javascript">
// <![CDATA[