--- loncom/interface/lonuserutils.pm 2007/12/11 01:17:16 1.13 +++ loncom/interface/lonuserutils.pm 2007/12/12 19:47:56 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.13 2007/12/11 01:17:16 raeburn Exp $ +# $Id: lonuserutils.pm,v 1.14 2007/12/12 19:47:56 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2551,7 +2551,9 @@ sub results_header_row { } } } elsif ($context eq 'author') { - $description = &mt('Author space for [_1].').' '; + $description = + &mt('Author space for [_1]', + &Apache::loncommon::plainname($env{'user.name'},$env{'user.domain'})).':  '; if ($statusmode eq 'Expired') { $description .= &mt('Co-authors with expired [_1] roles',$showfilter); } elsif ($statusmode eq 'Future') {