[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Wed Jan 19 11:54:17 EST 2022
raeburn Wed Jan 19 16:54:17 2022 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Fix typo in rev. 1.402
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.402 loncom/interface/domainprefs.pm:1.403
--- loncom/interface/domainprefs.pm:1.402 Sat Jan 15 20:21:06 2022
+++ loncom/interface/domainprefs.pm Wed Jan 19 16:54:16 2022
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.402 2022/01/15 20:21:06 raeburn Exp $
+# $Id: domainprefs.pm,v 1.403 2022/01/19 16:54:16 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -13139,7 +13139,7 @@
}
} elsif (($role eq 'login') && ($key eq 'alttext')) {
if ($confhash->{$role}{$key}{$item} ne '') {
- $resulttext .= '<li>'.&mt("$choices{$key for $choices{$item} set to [_1].",
+ $resulttext .= '<li>'.&mt("$choices{$key} for $choices{$item} set to [_1].",
$confhash->{$role}{$key}{$item}).'</li>';
} else {
$resulttext .= '<li>'.&mt("$choices{$key} for $choices{$item} deleted.").'</li>';
More information about the LON-CAPA-cvs
mailing list