[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /interface domainprefs.pm

raeburn raeburn@source.lon-capa.org
Fri, 20 Aug 2010 04:03:57 -0000


raeburn		Fri Aug 20 04:03:57 2010 EDT

  Modified files:              (Branch: version_2_9_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - Backport 1.136.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.102.2.14 loncom/interface/domainprefs.pm:1.102.2.15
--- loncom/interface/domainprefs.pm:1.102.2.14	Wed Apr 14 05:16:47 2010
+++ loncom/interface/domainprefs.pm	Fri Aug 20 04:03:56 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.102.2.14 2010/04/14 05:16:47 raeburn Exp $
+# $Id: domainprefs.pm,v 1.102.2.15 2010/08/20 04:03:56 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2030,7 +2030,7 @@
                       '<input type="text" name="'.$type.'_others" '.
                       'value="'.$otheremails{$type}.'"  />';
         if ($type eq 'helpdeskmail') {
-            $datatable .= '<br />'.&mt('Bcc').':'.('&nbsp;'x6).
+            $datatable .= '<br />'.&mt('Bcc:').('&nbsp;'x6).
                           '<input type="text" name="'.$type.'_bcc" '.
                           'value="'.$bccemails{$type}.'"  />';
         }