[LON-CAPA-cvs] cvs: modules /msu/sentinel sentinelonly.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 06 Mar 2008 17:23:48 -0000
raeburn Thu Mar 6 12:23:48 2008 EDT
Modified files:
/modules/msu/sentinel sentinelonly.pm
Log:
Fix typo.
Index: modules/msu/sentinel/sentinelonly.pm
diff -u modules/msu/sentinel/sentinelonly.pm:1.5 modules/msu/sentinel/sentinelonly.pm:1.6
--- modules/msu/sentinel/sentinelonly.pm:1.5 Thu Mar 6 12:16:28 2008
+++ modules/msu/sentinel/sentinelonly.pm Thu Mar 6 12:23:47 2008
@@ -2,7 +2,7 @@
# is successful but there is no corresponding account in the
# MSU LON-CAPA domain.
#
-# $Id: sentinelonly.pm,v 1.5 2008/03/06 17:16:28 raeburn Exp $
+# $Id: sentinelonly.pm,v 1.6 2008/03/06 17:23:47 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -55,7 +55,7 @@
my $domdesc = &Apache::lonnet::domain($domain,'description');
if ($domain ne 'msu') {
- $r->print(&mt("Information about a user's course enrollments in LON-CAPA-enabled courses, is displayed here following successful Sentinel authentication, when the user does not have an account in the msu domain in LON-CAPA.").'<br />'.&mt('You appear to have reached this page in some other way.')};
+ $r->print(&mt("Information about a user's course enrollments in LON-CAPA-enabled courses, is displayed here following successful Sentinel authentication, when the user does not have an account in the msu domain in LON-CAPA.").'<br />'.&mt('You appear to have reached this page in some other way.'));
return OK;
}