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

raeburn raeburn at source.lon-capa.org
Mon May 5 19:34:43 EDT 2014


raeburn		Mon May  5 23:34:43 2014 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    - Backport 1.241.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.44 loncom/interface/domainprefs.pm:1.160.6.45
--- loncom/interface/domainprefs.pm:1.160.6.44	Mon May  5 21:40:52 2014
+++ loncom/interface/domainprefs.pm	Mon May  5 23:34:42 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.44 2014/05/05 21:40:52 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.45 2014/05/05 23:34:42 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4070,7 +4070,7 @@
         my $numperrow = 2;
         my $css_class = $$rowtotal%2?' class="LC_odd_row"':'';
         $datatable .= '<tr'.$css_class.'>'.
-                     '<td class="LC_left_item">'.&mt('Shibboleth (SSO) Data').'</td>'.
+                     '<td class="LC_left_item">'.&mt('Mapping of Shibboleth environment variable names to user data fields (SSO auth)').'</td>'.
                      '<td class="LC_left_item">'."\n".
                      '<table><tr><td>'."\n";
         for (my $i=0; $i<@fields; $i++) {




More information about the LON-CAPA-cvs mailing list