--- loncom/interface/loncreateuser.pm 2008/02/22 05:05:57 1.235 +++ loncom/interface/loncreateuser.pm 2008/03/07 11:19:16 1.236 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.235 2008/02/22 05:05:57 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.236 2008/03/07 11:19:16 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2556,7 +2556,7 @@ sub custom_role_editor { 'crl' => "Course Level", 'dml' => "Domain Level", 'ssl' => "System Level"); - $r->print('Select a Template
'); + $r->print(&mt('Select a Template').'
'); $r->print('
'); $r->print($button_code); $r->print('
');