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

raeburn raeburn@source.lon-capa.org
Mon, 22 Feb 2010 23:08:17 -0000


raeburn		Mon Feb 22 23:08:17 2010 EDT

  Modified files:              
    /loncom/homework	grades.pm 
  Log:
  - Wording change.
    - remove extra .
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.594 loncom/homework/grades.pm:1.595
--- loncom/homework/grades.pm:1.594	Fri Feb 19 15:41:32 2010
+++ loncom/homework/grades.pm	Mon Feb 22 23:08:16 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.594 2010/02/19 15:41:32 bisitz Exp $
+# $Id: grades.pm,v 1.595 2010/02/22 23:08:16 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -9322,7 +9322,7 @@
 sub navmap_errormsg {
     return '<div class="LC_error">'.
            &mt('An error occurred retrieving information about resources in the course.').'<br />'.
-           &mt('It is recommended that you [_1]re-initialize the course[_2] and then return to this grading page..','<a href="/adm/roles?selectrole=1&newrole='.$env{'request.role'}.'">','</a>').
+           &mt('It is recommended that you [_1]re-initialize the course[_2] and then return to this grading page.','<a href="/adm/roles?selectrole=1&newrole='.$env{'request.role'}.'">','</a>').
            '</div>';
 }