[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
raeburn
raeburn@source.lon-capa.org
Mon, 26 Oct 2009 21:16:38 -0000
raeburn Mon Oct 26 21:16:38 2009 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
- More succinct.
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.235 loncom/auth/lonroles.pm:1.236
--- loncom/auth/lonroles.pm:1.235 Mon Oct 26 15:54:20 2009
+++ loncom/auth/lonroles.pm Mon Oct 26 21:16:38 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.235 2009/10/26 15:54:20 bisitz Exp $
+# $Id: lonroles.pm,v 1.236 2009/10/26 21:16:38 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1173,7 +1173,7 @@
}
$r->print('<h3>'.&mt('Self-Enrollment').'</h3>'.
'<p>'.&mt('The [_1]Course/Community Catalog[_2] provides information about all [_3] classes for which LON-CAPA courses have been created, as well as any communities in the domain.','<a href="/adm/coursecatalog?showdom='.$esc_dom.'">','</a>',$domdesc).'<br />');
- $r->print(&mt('You can search the Course/Community Catalog for courses and communities which permit self-enrollment, if you would like to enroll in one.').'</p>');
+ $r->print(&mt('You can search for courses and communities which permit self-enrollment, if you would like to enroll in one.').'</p>');
&queued_selfenrollment($r);
return;
}