--- loncom/interface/lonuserutils.pm 2009/03/09 05:25:40 1.84 +++ loncom/interface/lonuserutils.pm 2009/03/12 17:30:55 1.85 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.84 2009/03/09 05:25:40 raeburn Exp $ +# $Id: lonuserutils.pm,v 1.85 2009/03/12 17:30:55 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3413,7 +3413,10 @@ sub print_first_users_upload_form { $str = ''; $str .= ''; $str .= ''; - $str .= "

".&mt('Upload a file containing information about users')."

\n"; + $str .= '

'.&mt('Upload a file containing information about users').'

'."\n"; + $str .= '

' + .&mt('Please upload an UTF8 encoded file to ensure a correct character encoding in your classlist.') + .'

'."\n"; $str .= &Apache::loncommon::upfile_select_html(); $str .= '

'; $str .= &Apache::loncommon::help_open_topic("Course_Create_Class_List",