[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /interface courseprefs.pm
raeburn
raeburn at source.lon-capa.org
Thu Jul 28 00:32:28 EDT 2011
raeburn Thu Jul 28 04:32:28 2011 EDT
Modified files: (Branch: version_2_10_X)
/loncom/interface courseprefs.pm
Log:
- Backport 1.46.
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.28.2.9 loncom/interface/courseprefs.pm:1.28.2.10
--- loncom/interface/courseprefs.pm:1.28.2.9 Tue May 24 04:56:45 2011
+++ loncom/interface/courseprefs.pm Thu Jul 28 04:32:28 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set configuration settings for a course
#
-# $Id: courseprefs.pm,v 1.28.2.9 2011/05/24 04:56:45 raeburn Exp $
+# $Id: courseprefs.pm,v 1.28.2.10 2011/07/28 04:32:28 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1378,9 +1378,9 @@
$output .= '</ul>';
} else {
if ($crstype eq 'Community') {
- $output = &mt('No changes made to community settings.');
+ $output .= &mt('No changes made to community settings.');
} else {
- $output = &mt('No changes made to course settings.');
+ $output .= &mt('No changes made to course settings.');
}
}
}
More information about the LON-CAPA-cvs
mailing list