[LON-CAPA-cvs] cvs: loncom /interface lonpreferences.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 21 Jul 2004 19:51:31 -0000
albertel Wed Jul 21 15:51:31 2004 EDT
Modified files:
/loncom/interface lonpreferences.pm
Log:
&mt the pref screen
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.46 loncom/interface/lonpreferences.pm:1.47
--- loncom/interface/lonpreferences.pm:1.46 Fri Jul 9 17:05:14 2004
+++ loncom/interface/lonpreferences.pm Wed Jul 21 15:51:30 2004
@@ -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 @@
$optiontext .=
'<a href="'.$option->{'href'}.
'?action='.$option->{'action'}.'">'.
- $option->{'linktext'}.'</a>';
+ &mt($option->{'linktext'}).'</a>';
}
if (exists($option->{'text'})) {
- $optiontext .= ' '.$option->{'text'};
+ $optiontext .= ' '.&mt($option->{'text'});
}
if ($optiontext ne '') {
$optiontext = '<font size="+1">'.$optiontext.'</font>';