--- loncom/interface/lontrackstudent.pm 2012/10/12 16:27:19 1.35 +++ loncom/interface/lontrackstudent.pm 2014/01/15 10:29:07 1.36 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lontrackstudent.pm,v 1.35 2012/10/12 16:27:19 raeburn Exp $ +# $Id: lontrackstudent.pm,v 1.36 2014/01/15 10:29:07 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -186,11 +186,11 @@ sub get_max_time_in_db { ($r,$prog_state,&mt('Parsing results')); # if (! open(TIMEDATA,$results_file)) { - $r->print('

'.&mt('Unable to read results file.').'

'. + $r->print('

'.&mt('Unable to read results file.').'

'. '

'. - &mt('This is a serious error and has been logged. '. - 'You should contact your system administrator '. - 'to resolve this issue.'). + &mt('This is a serious error and has been logged.'). + '
'. + &mt('Please alert your LON-CAPA administrator.'). '

'); return; } @@ -257,9 +257,9 @@ sub output_results { if (! open(ACTIVITYDATA,$results_file)) { $r->print('

'.&mt('Unable to read results file.').'

'. '

'. - &mt('This is a serious error and has been logged. '. - 'You should contact your system administrator '. - 'to resolve this issue.'). + &mt('This is a serious error and has been logged.'). + '
'. + &mt('Please alert your LON-CAPA administrator.'). '

'); return -2; }