--- loncom/interface/lonpreferences.pm 2004/07/09 21:05:14 1.46 +++ loncom/interface/lonpreferences.pm 2004/07/21 19:51:30 1.47 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.46 2004/07/09 21:05:14 raeburn Exp $ +# $Id: lonpreferences.pm,v 1.47 2004/07/21 19:51:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1004,10 +1004,10 @@ ENDHEADER $optiontext .= ''. - $option->{'linktext'}.''; + &mt($option->{'linktext'}).''; } if (exists($option->{'text'})) { - $optiontext .= ' '.$option->{'text'}; + $optiontext .= ' '.&mt($option->{'text'}); } if ($optiontext ne '') { $optiontext = ''.$optiontext.'';