[LON-CAPA-cvs] cvs: loncom /interface courseprefs.pm
raeburn
raeburn at source.lon-capa.org
Sat May 11 22:46:33 EDT 2013
raeburn Sun May 12 02:46:33 2013 EDT
Modified files:
/loncom/interface courseprefs.pm
Log:
- 'priv' key used twice in same Apache::lonlocal::texthash() for different
phrases; replace one with 'prus'.
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.56 loncom/interface/courseprefs.pm:1.57
--- loncom/interface/courseprefs.pm:1.56 Thu Apr 11 15:30:37 2013
+++ loncom/interface/courseprefs.pm Sun May 12 02:46:32 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set configuration settings for a course
#
-# $Id: courseprefs.pm,v 1.56 2013/04/11 15:30:37 raeburn Exp $
+# $Id: courseprefs.pm,v 1.57 2013/05/12 02:46:32 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -288,7 +288,7 @@
stuv => 'Member-viewable membership list options',
stul => 'Member agreement needed to be listed',
clas => 'Membership and facilitator listing',
- priv => 'Privileged users (Domain Coordinators) in facilitator listing',
+ prus => 'Privileged users (Domain Coordinators) in facilitator listing',
defc => 'Default Community Spreadsheet',
defs => 'Default User Spreadsheet',
seme => 'Send message to member when clicking Done on Tasks'
@@ -316,7 +316,7 @@
stuv => 'Student-viewable classlist options',
stul => 'Student agreement needed to be listed',
clas => 'Classlists and staff listing',
- priv => 'Privileged users (Domain Coordinators) in staff listing',
+ prus => 'Privileged users (Domain Coordinators) in staff listing',
prdo => "Domains to check for privileged users (besides course's domain)",
defc => 'Default Course Spreadsheet',
defs => 'Default Student Spreadsheet',
@@ -431,7 +431,7 @@
itemtext => {
default_enrollment_start_date => 'Start date',
default_enrollment_end_date => 'End date',
- nothideprivileged => $lt{'priv'},
+ nothideprivileged => $lt{'prus'},
checkforpriv => $lt{'prdo'},
student_classlist_view => $lt{'stuv'},
student_classlist_opt_in => $lt{'stul'},
More information about the LON-CAPA-cvs
mailing list