--- loncom/interface/lonaboutme.pm 2003/09/21 21:40:06 1.17 +++ loncom/interface/lonaboutme.pm 2003/10/04 20:49:40 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.17 2003/09/21 21:40:06 www Exp $ +# $Id: lonaboutme.pm,v 1.18 2003/10/04 20:49:40 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -129,8 +129,8 @@ ENDDOCUMENT # ---------------------------------------------------------------- Get syllabus if (($syllabus{'uploaded.lastmodified'}) || ($allowed)) { my $lastmod=$syllabus{'uploaded.lastmodified'}; - $lastmod=($lastmod?localtime($lastmod):'never'); - $r->print('Last updated: '.$lastmod); + $lastmod=($lastmod?&Apache::lonlocal::locallocaltime($lastmod):&mt('never')); + $r->print(&mt('Last updated').': '.$lastmod); if ($syllabus{'uploaded.photourl'}) { $r->print(''. - '

Upload a Photo

'. + '

'.&mt('Upload a Photo').'

'. ''. ''. '
');