--- loncom/interface/portfolio.pm 2009/10/23 09:33:45 1.216 +++ loncom/interface/portfolio.pm 2009/11/04 18:33:28 1.217 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.216 2009/10/23 09:33:45 bisitz Exp $ +# $Id: portfolio.pm,v 1.217 2009/11/04 18:33:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1358,7 +1358,7 @@ sub standard_settings { &build_access_summary($r,$count,$chg,%conditionals); $r->print(&Apache::loncommon::end_data_table()); } else { - $r->print(&make_anchor($url,\%anchor_fields,&mt('Add conditional access')).' '.&mt('based on domain, username, or course affiliation.')); + $r->print(&make_anchor($url,\%anchor_fields,&mt('Add conditional access')).' '.&mt('based on domain, username, or course/community affiliation.')); } }