[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Mon May 5 19:28:53 EDT 2014
raeburn Mon May 5 23:28:53 2014 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Wording change.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.240 loncom/interface/domainprefs.pm:1.241
--- loncom/interface/domainprefs.pm:1.240 Mon May 5 21:28:10 2014
+++ loncom/interface/domainprefs.pm Mon May 5 23:28:53 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.240 2014/05/05 21:28:10 raeburn Exp $
+# $Id: domainprefs.pm,v 1.241 2014/05/05 23:28:53 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4088,7 +4088,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