[LON-CAPA-cvs] cvs: loncom /interface selfenroll.pm
bisitz
bisitz@source.lon-capa.org
Tue, 10 Feb 2009 15:48:28 -0000
bisitz Tue Feb 10 15:48:28 2009 EDT
Modified files:
/loncom/interface selfenroll.pm
Log:
Typo (Couse -> Course)
Index: loncom/interface/selfenroll.pm
diff -u loncom/interface/selfenroll.pm:1.16 loncom/interface/selfenroll.pm:1.17
--- loncom/interface/selfenroll.pm:1.16 Mon Feb 9 04:11:11 2009
+++ loncom/interface/selfenroll.pm Tue Feb 10 15:48:28 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Allow users to self-enroll in a course
#
-# $Id: selfenroll.pm,v 1.16 2009/02/09 04:11:11 raeburn Exp $
+# $Id: selfenroll.pm,v 1.17 2009/02/10 15:48:28 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -623,7 +623,7 @@
args => ["\n$coursedesc\n",$textstr,$timestamp],
},
{
- mt =>'As Course Coordinator, use: [_1]Main Menu -> Manage Couse Users -> Enrollment Requests[_1] to display a list of pending enrollment requests,[_1] which you can either approve or reject.',
+ mt =>'As Course Coordinator, use: [_1]Main Menu -> Manage Course Users -> Enrollment Requests[_1] to display a list of pending enrollment requests,[_1] which you can either approve or reject.',
args => ["\n"],
});
}