[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Wed Jan 19 12:01:34 EST 2022
raeburn Wed Jan 19 17:01:34 2022 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface domainprefs.pm
Log:
- For 2.11
Backport 1.403
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.119 loncom/interface/domainprefs.pm:1.160.6.120
--- loncom/interface/domainprefs.pm:1.160.6.119 Sun Jan 16 19:04:04 2022
+++ loncom/interface/domainprefs.pm Wed Jan 19 17:01:34 2022
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.160.6.119 2022/01/16 19:04:04 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.120 2022/01/19 17:01:34 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -10378,7 +10378,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