--- loncom/interface/Attic/londropadd.pm 2008/11/18 19:14:22 1.176 +++ loncom/interface/Attic/londropadd.pm 2008/12/05 19:19:28 1.177 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.176 2008/11/18 19:14:22 jms Exp $ +# $Id: londropadd.pm,v 1.177 2008/12/05 19:19:28 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -356,7 +356,7 @@ sub javascript_validations { name => 'The optional name field was not specified.', snum => 'The optional student number field was not specified.', section => 'The optional section field was not specified.', - email => 'The optional email address field was not specified.', + email => 'The optional e-mail address field was not specified.', continue => 'Continue enrollment?', ); @@ -764,7 +764,7 @@ sub print_upload_manager_form { ['id', &mt('ID/Student Number'),$env{'form.id_choice'}], ['sec', &mt('Section'), $env{'form.sec_choice'}], ['ipwd', &mt('Initial Password'),$env{'form.ipwd_choice'}], - ['email',&mt('EMail Address'), $env{'form.email_choice'}]); + ['email',&mt('E-mail Address'), $env{'form.email_choice'}]); if ($env{'form.upfile_associate'} eq 'reverse') { &Apache::loncommon::csv_print_samples($r,\@records); $i=&Apache::loncommon::csv_print_select_table($r,\@records, @@ -1141,7 +1141,7 @@ sub print_enroll_single_student_form { 'hs' => "Home Server", 'pswd' => "Login Data", 'psam' => "Please select an authentication mechanism", - 'mail' => "Email Address" + 'mail' => "E-mail Address" ); my $authhelp=&Apache::loncommon::help_open_topic('Auth_Options'); $user_data_html = < "Middle Name", 'ln' => "Last Name", 'gen' => "Generation", - 'mail' => "Email Address", + 'mail' => "E-mail Address", ); $user_data_html = <$lt{'udf'} $ccuname:$ccdomain @@ -1475,7 +1475,7 @@ END 'start' => "start date", 'end' => "end date", 'type' => "enroll type/action", - 'email' => "email address", + 'email' => "e-mail address", 'clicker'=> "clicker id", 'photo' => "photo", );