[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Fri May 19 16:03:44 EDT 2017
raeburn Fri May 19 20:03:44 2017 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface domainprefs.pm
Log:
- For 2.11
- Backport 1.299
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.81 loncom/interface/domainprefs.pm:1.160.6.82
--- loncom/interface/domainprefs.pm:1.160.6.81 Mon Mar 20 03:20:12 2017
+++ loncom/interface/domainprefs.pm Fri May 19 20:03:42 2017
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.160.6.81 2017/03/20 03:20:12 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.82 2017/05/19 20:03:42 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -8762,9 +8762,9 @@
}
if ($changes{'autofailsafe'}) {
if ($failsafe ne '') {
- $resulttext .= '<li>'.&mt("$title{'failsafe'} set to [_1]",$failsafe).'</li>';
+ $resulttext .= '<li>'.&mt('Failsafe for no drops if institutional data missing for a section set to: [_1]',$failsafe).'</li>';
} else {
- $resulttext .= '<li>'.&mt("$title{'failsafe'} deleted");
+ $resulttext .= '<li>'.&mt('Failsafe for no drops if institutional data missing for a section: deleted');
}
&Apache::lonnet::get_domain_defaults($dom,1);
if (ref($lastactref) eq 'HASH') {
More information about the LON-CAPA-cvs
mailing list