--- loncom/homework/lonhomework.pm 2003/09/18 20:32:29 1.146 +++ loncom/homework/lonhomework.pm 2003/09/18 20:35:30 1.147 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.146 2003/09/18 20:32:29 albertel Exp $ +# $Id: lonhomework.pm,v 1.147 2003/09/18 20:35:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -599,7 +599,7 @@ sub newproblem { } my $instructions; if ($templatelist) { $instructions=&mt(", select a template from the pull-down menu below.").'
'.&mt("Then");} - my %lt=&texthash( 'create' => 'Creating a new', + my %lt=&Apache::lonlocal::texthash( 'create' => 'Creating a new', 'resource' => 'resource', 'requested' => 'The requested file', 'not exist' => 'currently does not exist', @@ -629,7 +629,7 @@ ENDNEWPROBLEM sub view_or_edit_menu { my ($request) = @_; my $url=$request->uri; - my %lt=&texthash( 'would' => 'Would you like to', + my %lt=&Apache::lonlocal::texthash( 'would' => 'Would you like to', 'view' => 'View', 'Edit' => 'edit', 'or' => 'or',