--- loncom/interface/loncommon.pm 2021/01/30 22:49:09 1.1075.2.152 +++ loncom/interface/loncommon.pm 2021/03/04 01:45:46 1.1075.2.153 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1075.2.152 2021/01/30 22:49:09 raeburn Exp $ +# $Id: loncommon.pm,v 1.1075.2.153 2021/03/04 01:45:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8041,7 +8041,7 @@ ADDMETA } if ($locknum) { my @lockinfo = sort(values(%locks)); - $msg = &mt('Once the following tasks are complete: ')."\n". + $msg = &mt('Once the following tasks are complete:')." \n". join(", ",sort(values(%locks)))."\n"; if (&show_course()) { $msg .= &mt('your session will be transferred to a different server, after you click "Courses".');