[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Wed Aug 6 13:16:29 EDT 2014
raeburn Wed Aug 6 17:16:29 2014 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Bug 6732.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.250 loncom/interface/domainprefs.pm:1.251
--- loncom/interface/domainprefs.pm:1.250 Sat Jul 19 23:31:53 2014
+++ loncom/interface/domainprefs.pm Wed Aug 6 17:16:29 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.250 2014/07/19 23:31:53 raeburn Exp $
+# $Id: domainprefs.pm,v 1.251 2014/08/06 17:16:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6072,7 +6072,7 @@
if (!$privkey) {
$chgtxt .= '<li>'.&mt('Private key deleted').'</li>';
} else {
- $chgtxt .= '<li>'.&mt('Private key set to [_1]',$pubkey).'</li>';
+ $chgtxt .= '<li>'.&mt('Private key set to [_1]',$privkey).'</li>';
}
$chgtxt .= '</ul>';
$resulttext .= '<li>'.$chgtxt.'</li>';
More information about the LON-CAPA-cvs
mailing list