--- loncom/homework/structuretags.pm 2010/12/20 18:33:20 1.481 +++ loncom/homework/structuretags.pm 2011/01/07 05:09:32 1.484 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.481 2010/12/20 18:33:20 raeburn Exp $ +# $Id: structuretags.pm,v 1.484 2011/01/07 05:09:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -128,6 +128,7 @@ sub homework_js { &setmode_javascript(). <<'JS'; JS } @@ -162,40 +163,44 @@ ENDSCRIPT } 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"; ENDSCRIPT }