[LON-CAPA-cvs] cvs: loncom /homework lonhomework.pm /localize/localize newphrases.txt removephrases.txt

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 29 Jan 2004 18:51:28 -0000


albertel		Thu Jan 29 13:51:28 2004 EDT

  Modified files:              
    /loncom/homework	lonhomework.pm 
    /loncom/localize/localize	newphrases.txt removephrases.txt 
  Log:
  - fixing the text on anaylze mode BUG#2658
  
  
Index: loncom/homework/lonhomework.pm
diff -u loncom/homework/lonhomework.pm:1.161 loncom/homework/lonhomework.pm:1.162
--- loncom/homework/lonhomework.pm:1.161	Wed Jan 28 10:45:44 2004
+++ loncom/homework/lonhomework.pm	Thu Jan 29 13:51:28 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Homework handler
 #
-# $Id: lonhomework.pm,v 1.161 2004/01/28 15:45:44 albertel Exp $
+# $Id: lonhomework.pm,v 1.162 2004/01/29 18:51:28 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -490,12 +490,12 @@
 	    }
 	    $request->print('</table>');
 	} else {
-	    $request->print('<p>'.&mt('Part').' '.$part.' '.
+	    $request->print('<p>'.&mt('Response').' '.$part.' '.
 			    &mt('is not analyzable at this time').'</p>');
 	}
     }
     if (scalar(keys(%allparts)) == 0 ) {
-	$request->print('<p>'.&mt('Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.').'</p>');
+	$request->print('<p>'.&mt('Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.').'</p>');
     }
     &Apache::lonhtmlcommon::Close_PrgWin($request,\%prog_state);
     &analyze_footer($request);
Index: loncom/localize/localize/newphrases.txt
diff -u loncom/localize/localize/newphrases.txt:1.30 loncom/localize/localize/newphrases.txt:1.31
--- loncom/localize/localize/newphrases.txt:1.30	Wed Jan 28 19:53:20 2004
+++ loncom/localize/localize/newphrases.txt	Thu Jan 29 13:51:28 2004
@@ -31,3 +31,6 @@
 Currently no additional roles or courses
 Currently no active roles or courses
 Please stand by.
+Response
+Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.
+
Index: loncom/localize/localize/removephrases.txt
diff -u loncom/localize/localize/removephrases.txt:1.7 loncom/localize/localize/removephrases.txt:1.8
--- loncom/localize/localize/removephrases.txt:1.7	Wed Jan 14 19:15:12 2004
+++ loncom/localize/localize/removephrases.txt	Thu Jan 29 13:51:28 2004
@@ -27,4 +27,5 @@
 Every problem in the course
 Every problem in a particular folder
 One particular problem
-Answer Submitted
\ No newline at end of file
+Answer Submitted
+Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.
\ No newline at end of file