--- loncom/interface/lonpreferences.pm 2005/11/17 16:57:54 1.68 +++ loncom/interface/lonpreferences.pm 2005/12/09 23:48:06 1.69 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.68 2005/11/17 16:57:54 www Exp $ +# $Id: lonpreferences.pm,v 1.69 2005/12/09 23:48:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -188,7 +188,7 @@ sub texenginechanger { my $texengine=$userenv{'texengine'}; my $pref=&mt('Preferred method to display Math'); - my %mathchoices=('' => 'No Preference', + my %mathchoices=('' => 'Default', 'tth' => 'TeX to HTML', #'ttm' => 'TeX to MathML', 'jsMath' => 'jsMath',