--- loncom/auth/lonroles.pm 2022/02/24 13:08:59 1.360 +++ loncom/auth/lonroles.pm 2022/02/24 13:09:39 1.361 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.360 2022/02/24 13:08:59 raeburn Exp $ +# $Id: lonroles.pm,v 1.361 2022/02/24 13:09:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1992,7 +1992,7 @@ sub findcourse_advice { } else { $r->print('

'.&mt('If you were expecting to see an active role listed for a particular course, that course may not have been created yet.').'

'); if ($elapsed > 600) { - $r->print('

'.&mt('You may also have been assigned to a course in the time since you last logged-in, or checked for changes'). + $r->print('

'.&mt('You may also have been assigned to a course in the time since you last logged-in, or checked for changes.'). '
'. &mt('If that is the case you can use the "Check for changes" link in the gray Functions bar to update the list of your available course roles.').'

'); }