--- loncom/xml/scripttag.pm 2007/10/11 00:24:46 1.144 +++ loncom/xml/scripttag.pm 2007/11/17 01:43:00 1.145 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Script Vars
"; +".&mt('Script Vars')."
"; &Apache::lonxml::add_script_result($script_var); } } elsif ($target eq "edit" ) { @@ -242,7 +246,7 @@ sub start_scriptlib { my $script=&Apache::lonnet::getfile($location); if ($script == -1) { if ($target eq 'edit') { - $error='Errors Unable to find '.$location.''."\n"; + $error=''.&mt('Errors').''.&mt(' Unable to find [_1]',''.$location.'').''."\n"; } else { &Apache::lonxml::error(" Unable to find $location for scriptlib"); return "";