--- loncom/interface/lonpreferences.pm 2008/01/21 04:30:05 1.113 +++ loncom/interface/lonpreferences.pm 2008/03/06 22:27:45 1.115 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.113 2008/01/21 04:30:05 raeburn Exp $ +# $Id: lonpreferences.pm,v 1.115 2008/03/06 22:27:45 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -581,7 +581,7 @@ sub clickerchanger { $clickers=~s/\,/\n/gs; my $text=&mt('Enter response device ("clicker") numbers'); my $change=&mt('Register'); - my $helplink=&Apache::loncommon::help_open_topic('Clicker_Registration', 'Locating your clicker ID'); + my $helplink=&Apache::loncommon::help_open_topic('Clicker_Registration',&mt('Locating your clicker ID')); $r->print(< @@ -1165,7 +1165,7 @@ sub jscript_send { sub client_form { my ($caller,$hexkey,$currentpass,$defdom) = @_; my %lt=&Apache::lonlocal::texthash( - 'email' => 'EMail Address', + 'email' => 'E-mail Address', 'username' => 'Username', 'domain' => 'Domain', 'currentpass' => 'Current Password', @@ -1186,7 +1186,7 @@ sub client_form { -: +: |; $output .= &Apache::loncommon::select_dom_form($defdom,'udom').'