[LON-CAPA-cvs] cvs: loncom /homework grades.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Wed, 28 Nov 2007 02:59:28 -0000


albertel		Tue Nov 27 21:59:28 2007 EDT

  Modified files:              
    /loncom/homework	grades.pm 
  Log:
  - &mt()ing
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.497 loncom/homework/grades.pm:1.498
--- loncom/homework/grades.pm:1.497	Wed Nov 21 07:16:42 2007
+++ loncom/homework/grades.pm	Tue Nov 27 21:59:27 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.497 2007/11/21 12:16:42 foxr Exp $
+# $Id: grades.pm,v 1.498 2007/11/28 02:59:27 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6672,9 +6672,7 @@
     my $current_line = $first_bubble_line{$question-1} + 1 ;
 
     if ($lines > 1) {
-	$r->print("The group of bubble lines below responds to a single question.  ");
-	$r->print("Select at most one bubble in a single line and select 'No Bubble' ");
-	$r->print("in all the other lines. <br />");
+	$r->print(&mt("The group of bubble lines below responds to a single question. Select at most one bubble in a single line and select 'No Bubble' in all the other lines. ")."<br />");
     }
     for (my $i =0; $i < $lines; $i++) {
 	my $selected = $$scan_record{"scantron.$current_line.answer"};