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

raeburn raeburn@source.lon-capa.org
Mon, 21 Jun 2010 06:23:24 -0000


raeburn		Mon Jun 21 06:23:24 2010 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Consistent wording.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.135 loncom/interface/domainprefs.pm:1.136
--- loncom/interface/domainprefs.pm:1.135	Fri May 21 15:54:44 2010
+++ loncom/interface/domainprefs.pm	Mon Jun 21 06:23:24 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.135 2010/05/21 15:54:44 bisitz Exp $
+# $Id: domainprefs.pm,v 1.136 2010/06/21 06:23:24 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2077,7 +2077,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}.'"  />';
         }