--- loncom/interface/lonhelper.pm 2003/10/28 21:45:15 1.61 +++ loncom/interface/lonhelper.pm 2003/12/08 19:24:42 1.63 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.61 2003/10/28 21:45:15 albertel Exp $ +# $Id: lonhelper.pm,v 1.63 2003/12/08 19:24:42 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2905,7 +2905,7 @@ the old values taking effect. no strict; @ISA = ("Apache::lonhelper::element"); use strict; - +use Apache::lonlocal; BEGIN { &Apache::lonhelper::register('Apache::lonhelper::final', ('final', 'exitpage')); @@ -3011,7 +3011,7 @@ sub render { "\n" . "\n\n" . + &mt('Finish Course Initialization') . "' />\n" . ""; }