--- loncom/interface/portfolio.pm 2008/01/21 18:00:30 1.188 +++ loncom/interface/portfolio.pm 2008/02/04 00:52:23 1.189 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.188 2008/01/21 18:00:30 bisitz Exp $ +# $Id: portfolio.pm,v 1.189 2008/02/04 00:52:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -679,7 +679,7 @@ sub rename_confirmed { $chg_access = &access_for_renamed($filenewname,$group,$udom,$uname); } else { $r->print(''. - &mt('An error occurred ([_1]) while trying to rename [_2] to [_3]' + &mt('An error occurred ([_1]) while trying to rename [_2] to [_3].' ,$result,&display_file(),&display_file('',$filenewname)) .'
'); return; @@ -823,7 +823,7 @@ sub view_access_settings { &build_access_summary($r,$count,$chg,%todisplay); $r->print(&Apache::loncommon::end_data_table()); } else { - $r->print(&mt('No access controil settings currently exist for this file.').'
'); + $r->print(&mt('No access control settings currently exist for this file.').'
'); } my %anchor_fields = ( 'currentpath' => $env{'form.currentpath'}