--- loncom/interface/loncreateuser.pm 2013/01/01 19:53:26 1.372 +++ loncom/interface/loncreateuser.pm 2013/02/06 16:10:27 1.373 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.372 2013/01/01 19:53:26 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.373 2013/02/06 16:10:27 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1672,7 +1672,7 @@ sub display_existing_roles { } } if ($area=~m{^/($match_domain)/($match_courseid)/(\w+)}) { - $carea.='
Section: '.$3; + $carea.='
'.&mt('Section: [_1]',$3); $sortkey.="\0$3"; if (!$allowed) { if ($env{'request.course.sec'} eq $3) {