--- trunk/webwork2/lib/WeBWorK/ContentGenerator/Hardcopy.pm 2005/07/05 18:20:24 3356 +++ trunk/webwork2/lib/WeBWorK/ContentGenerator/Hardcopy.pm 2005/07/05 18:56:12 3357 @@ -1,7 +1,7 @@ ################################################################################ # WeBWorK Online Homework Delivery System # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ -# $CVSHeader: webwork-modperl/lib/WeBWorK/ContentGenerator/Hardcopy.pm,v 1.53 2004/10/20 16:45:34 sh002i Exp $ +# $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/Hardcopy.pm,v 1.54 2005/06/29 02:46:08 gage Exp $ # # This program is free software; you can redistribute it and/or modify it under # the terms of either: (a) the GNU General Public License as published by the @@ -223,7 +223,7 @@ print CGI::h2("Compile Errors"); print CGI::p(<hasPermissions($userID, "download_hardcopy_multiuser")) { print "You may also select multiple users from the users list. You will receive hardcopy for each (set, user) pair."; } @@ -290,7 +290,7 @@ print CGI::start_form(-method=>"POST", -action=>$actionURL); print $self->hidden_authen_fields(); print CGI::h3("Options"); - print CGI::p("You may choose to show any of the following data. Correct answers and solutions are only available $phrase_for_privileged_users after the answer date of the problem set."); + print CGI::p("You may choose to show any of the following data. Correct answers and solutions are only available $phrase_for_privileged_users after the answer date of the homework set."); print CGI::p( CGI::checkbox( -name => "showCorrectAnswers",