--- loncom/homework/inputtags.pm 2009/04/16 14:45:47 1.257 +++ loncom/homework/inputtags.pm 2009/05/23 18:11:06 1.258 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.257 2009/04/16 14:45:47 onken Exp $ +# $Id: inputtags.pm,v 1.258 2009/05/23 18:11:06 riegler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -873,7 +873,7 @@ sub decideoutput { $css_class=$possible_class{'no_grade'}; $button=1; } elsif ($award eq 'DRAFT') { - $message = &mt("A draft copy has been saved."); + $message = &mt("Copy saved but not submitted."); $css_class=$possible_class{'not_charged_try'}; $button=1; } elsif ($award eq 'ASSIGNED_SCORE') {