--- loncom/homework/grades.pm 2011/10/11 00:25:45 1.596.2.8 +++ loncom/homework/grades.pm 2011/10/23 02:15:25 1.596.2.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.596.2.8 2011/10/11 00:25:45 raeburn Exp $ +# $Id: grades.pm,v 1.596.2.9 2011/10/23 02:15:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2106,7 +2106,7 @@ sub submission { keyw => 'Keyword Options', list => 'List', past => 'Paste Selection to List', - high => 'Hightlight Attribute', + high => 'Highlight Attribute', ); # # Print out the keyword options line @@ -7176,7 +7176,7 @@ ENDSCRIPT } $r->print(&verify_bubbles_checked(@lines_to_correct)); } elsif ($error eq 'missingbubble') { - $r->print('

.&mt("There have been [_1]no[_2] bubbles scanned for some question(s)",'','')."

\n"); + $r->print('

'.&mt("There have been [_1]no[_2] bubbles scanned for some question(s)",'','')."

\n"); $r->print($message); $r->print("

".&mt("Please indicate which bubble should be used for grading.")."

"); $r->print(&mt("Some questions have no scanned bubbles.")."\n");