--- loncom/auth/lonroles.pm 2003/12/05 14:18:00 1.78 +++ loncom/auth/lonroles.pm 2003/12/08 14:25:15 1.79 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.78 2003/12/05 14:18:00 sakharuk Exp $ +# $Id: lonroles.pm,v 1.79 2003/12/08 14:25:15 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -238,7 +238,7 @@ ENDENTERKEY my $swinfo=&Apache::lonmenu::rawconfig(); my $bodytag=&Apache::loncommon::bodytag('User Roles'); my $helptag=&Apache::loncommon::help_open_topic - ("General_Intro","Click here for help"); + ("General_Intro",&mt("Click here for help")); $r->print(< @@ -540,7 +540,7 @@ ENDHEADER if ($output) { if ($doheaders > 0) { $r->print("". - "$type"); + "".&mt($type).""); } $r->print($output); }