--- loncom/interface/lonprintout.pm 2008/04/04 16:36:54 1.528 +++ loncom/interface/lonprintout.pm 2008/04/04 16:38:34 1.529 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.528 2008/04/04 16:36:54 raeburn Exp $ +# $Id: lonprintout.pm,v 1.529 2008/04/04 16:38:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2185,7 +2185,7 @@ ENDPART "cgi.$identifier.resources" => $resources_printed}); my $end_page = &Apache::loncommon::end_page(); - my $continue_text = .&mt('Continue'); + my $continue_text = &mt('Continue'); # If there's been an unrecoverable SSI error, report it to the user if ($ssi_error) { my $helpurl = &Apache::loncommon::top_nav_help('Helpdesk');