[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm

raeburn raeburn at source.lon-capa.org
Fri May 19 15:18:24 EDT 2017


raeburn		Fri May 19 19:18:24 2017 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Facilitate localization.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.298 loncom/interface/domainprefs.pm:1.299
--- loncom/interface/domainprefs.pm:1.298	Wed May 10 13:49:14 2017
+++ loncom/interface/domainprefs.pm	Fri May 19 19:18:22 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.298 2017/05/10 13:49:14 raeburn Exp $
+# $Id: domainprefs.pm,v 1.299 2017/05/19 19:18:22 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -10147,9 +10147,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