--- loncom/homework/structuretags.pm 2012/02/01 18:51:52 1.465.2.14.2.1 +++ loncom/homework/structuretags.pm 2010/12/31 02:40:14 1.483 @@ -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.14.2.1 2012/02/01 18:51:52 raeburn Exp $ +# $Id: structuretags.pm,v 1.483 2010/12/31 02:40:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -129,16 +129,8 @@ sub homework_js { <<'JS'; @@ -162,19 +154,18 @@ JS sub setmode_javascript { return <<"ENDSCRIPT"; ENDSCRIPT } sub file_delchk_js { - 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?'); + 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?'); return <<"ENDSCRIPT";