--- loncom/interface/lonstatistics.pm 2008/02/22 18:19:38 1.139 +++ loncom/interface/lonstatistics.pm 2008/09/16 12:32:18 1.140 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.139 2008/02/22 18:19:38 raeburn Exp $ +# $Id: lonstatistics.pm,v 1.140 2008/09/16 12:32:18 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1181,12 +1181,13 @@ ENDSTYLE # if (! &Apache::lonmysql::verify_sql_connection()) { my $serveradmin = $r->dir_config('lonAdmEMail'); - $r->print('

'. + $r->print('

'. &mt('Unable to connect to database!'). - '

'); - $r->print('

'. - &mt('Please notify the server administrator '). - ''.$serveradmin.'

'); + '

'); + $r->print('

' + .&mt('Please notify the server administrator [_1]', + ,''.$serveradmin.'') + .'

'); $r->print('

'. &mt('Course Statistics and Charts cannot be '. 'retrieved until the database is restarted. '.