--- loncom/interface/loncoursegroups.pm 2013/07/15 16:13:21 1.117 +++ loncom/interface/loncoursegroups.pm 2013/07/22 18:06:51 1.118 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursegroups.pm,v 1.117 2013/07/15 16:13:21 bisitz Exp $ +# $Id: loncoursegroups.pm,v 1.118 2013/07/22 18:06:51 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2016,10 +2016,10 @@ sub print_current_settings { dfac => 'Default access dates', ygrs => "Your group selections - ", tfwa => "The following settings will apply to the group:", - difn => 'Different collaborative tools
for different members:', stda => 'Start date:', enda => 'End date:', ); + $lt{'difn'} = &mt('Different collaborative tools[_1]for different members:','
'); my $showstart = &Apache::lonlocal::locallocaltime($startdate); my $showend; if ($enddate == 0) {