--- loncom/interface/lonuserutils.pm 2010/11/14 20:34:47 1.132 +++ loncom/interface/lonuserutils.pm 2010/11/15 18:06:15 1.133 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.132 2010/11/14 20:34:47 raeburn Exp $ +# $Id: lonuserutils.pm,v 1.133 2010/11/15 18:06:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4190,7 +4190,7 @@ sub upfile_drop_add { unless ($cancreate{$usertype}) { my $showtype = $longtypes{$usertype}; $r->print('
'. - &mt("[_1]: The user does not exist, and you are not permitted to create users of type: $showtype.",''.$username.'')); + &mt('[_1]: The user does not exist, and you are not permitted to create users of type: [_2].',''.$username.'',$showtype)); next; } } else {