[LON-CAPA-cvs] cvs: loncom /interface loncreateuser.pm
raeburn
raeburn at source.lon-capa.org
Sat Feb 15 14:31:22 EST 2014
raeburn Sat Feb 15 19:31:22 2014 EDT
Modified files:
/loncom/interface loncreateuser.pm
Log:
- Advertise "Check for changes" link in Functions menu on Roles/Courses page.
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.391 loncom/interface/loncreateuser.pm:1.392
--- loncom/interface/loncreateuser.pm:1.391 Wed Feb 12 21:29:03 2014
+++ loncom/interface/loncreateuser.pm Sat Feb 15 19:31:22 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Create a user
#
-# $Id: loncreateuser.pm,v 1.391 2014/02/12 21:29:03 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.392 2014/02/15 19:31:22 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4009,9 +4009,9 @@
if ($startdate <= $now && !$newuser) {
$r->print('<p class="LC_info">');
if ($crstype eq 'Community') {
- $r->print(&mt('If the member is currently logged-in to LON-CAPA, the new role will be available when the member next logs in.'));
+ $r->print(&mt('If the member is currently logged-in to LON-CAPA, the new role can be displayed by using the "Check for changes" link on the Roles/Courses page.'));
} else {
- $r->print(&mt('If the student is currently logged-in to LON-CAPA, the new role will be available when the student next logs in.'));
+ $r->print(&mt('If the student is currently logged-in to LON-CAPA, the new role can be displayed by using the "Check for changes" link on the Roles/Courses page.'));
}
$r->print('</p>');
}
More information about the LON-CAPA-cvs
mailing list