--- loncom/interface/lonparmset.pm 2012/05/09 19:46:30 1.523 +++ loncom/interface/lonparmset.pm 2013/07/17 12:00:28 1.539 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.523 2012/05/09 19:46:30 raeburn Exp $ +# $Id: lonparmset.pm,v 1.539 2013/07/17 12:00:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -315,11 +315,15 @@ use LONCAPA qw(:DEFAULT :match); sub startSettingsScreen { - my ($r,$mode)=@_; + my ($r,$mode,$crstype)=@_; + my $tabtext = &mt('Course Settings'); + if ($crstype eq 'Community') { + $tabtext = &mt('Community Settings'); + } $r->print("\n".'