--- loncom/interface/lonpreferences.pm 2006/06/14 18:59:25 1.89 +++ loncom/interface/lonpreferences.pm 2006/06/14 19:13:11 1.90 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.89 2006/06/14 18:59:25 albertel Exp $ +# $Id: lonpreferences.pm,v 1.90 2006/06/14 19:13:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -391,8 +391,8 @@ sub verify_and_change_rolespref { &Apache::lonnet::put('environment',{'recentrolesn' => $hotlist_n}); &Apache::lonnet::appenv('environment.recentrolesn' => $hotlist_n); if ($hotlist_flag) { - $message.="
".&mt('Display [_1]$hotlist_n Most Recent Roles', - $hotlist_n)."\n"; + $message.="
". + &mt('Display [_1] Most Recent Roles',$hotlist_n)."\n"; } }