--- loncom/homework/inputtags.pm 2002/10/01 21:05:45 1.63 +++ loncom/homework/inputtags.pm 2002/10/02 18:13:47 1.64 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.63 2002/10/01 21:05:45 sakharuk Exp $ +# $Id: inputtags.pm,v 1.64 2002/10/02 18:13:47 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -460,7 +460,7 @@ sub gradestatus { if ( $maxtries eq 'con_lost' ) { $maxtries = '0'; } if ( $showbutton ) { if ($target eq 'tex') { - $trystr = ' '.$tries.'/'.$maxtries.' '; + $trystr = ' Tries '.$tries.'/'.$maxtries.' '; } else { $trystr = "Tries $tries/$maxtries"; }