--- loncom/homework/grades.pm 2014/02/27 02:41:38 1.596.2.12.2.28 +++ loncom/homework/grades.pm 2014/02/27 02:52:22 1.596.2.12.2.29 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.596.2.12.2.28 2014/02/27 02:41:38 raeburn Exp $ +# $Id: grades.pm,v 1.596.2.12.2.29 2014/02/27 02:52:22 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2678,7 +2678,7 @@ sub show_previous_task_version { $request->print(''. &mt('Unable to view previous version for requested student.'). ' '.&mt('([_1] in section [_2] in course id [_3])', - $uname.':'.$udom,$usec,$env{'request.course.id'}.'). + $uname.':'.$udom,$usec,$env{'request.course.id'}). ''); return; }