[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
raeburn
raeburn at source.lon-capa.org
Thu Feb 18 10:41:10 EST 2021
raeburn Thu Feb 18 15:41:10 2021 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- Remove trailing whitespace from phrase to localize.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1353 loncom/interface/loncommon.pm:1.1354
--- loncom/interface/loncommon.pm:1.1353 Fri Jan 29 02:28:32 2021
+++ loncom/interface/loncommon.pm Thu Feb 18 15:41:10 2021
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1353 2021/01/29 02:28:32 raeburn Exp $
+# $Id: loncommon.pm,v 1.1354 2021/02/18 15:41:10 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -8647,7 +8647,7 @@
}
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".');
More information about the LON-CAPA-cvs
mailing list