[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Thu Jul 27 09:42:36 EDT 2017
raeburn Thu Jul 27 13:42:36 2017 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Fix typos.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.303 loncom/interface/domainprefs.pm:1.304
--- loncom/interface/domainprefs.pm:1.303 Wed Jul 26 19:45:45 2017
+++ loncom/interface/domainprefs.pm Thu Jul 27 13:42:35 2017
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.303 2017/07/26 19:45:45 raeburn Exp $
+# $Id: domainprefs.pm,v 1.304 2017/07/27 13:42:35 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -11822,7 +11822,7 @@
}
} else {
$chgtext .= &mt('For self-created accounts verified by e-mail address: "[_1]"',
- $choices{$cancreate{'emailverified'}{'default'}});
+ $options{$cancreate{'emailverified'}{'default'}});
}
} elsif ($type eq 'emaildomain') {
if (@statuses > 1) {
@@ -11863,7 +11863,7 @@
if ($cancreate{'emaildomain'}{'default'} eq '') {
$chgtext .= &mt('No restriction on e-mail domain for self-created accounts verified by e-mail address, where username is chosen by user.');
} else {
- $chgtext .= &mt('For self-created accounts verified by e-mail address, where username is chosen by user, e-mail domain needs to be: [_1],
+ $chgtext .= &mt('For self-created accounts verified by e-mail address, where username is chosen by user, e-mail domain needs to be: [_1]',
$cancreate{'selfcreateprocessing'}{'default'});
}
}
More information about the LON-CAPA-cvs
mailing list