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

raeburn raeburn at source.lon-capa.org
Wed Jan 23 10:52:08 EST 2013


raeburn		Wed Jan 23 15:52:08 2013 EDT

  Modified files:              
    /loncom/interface	lonpopulate.pm 
  Log:
  - Fix typo in rev 1.69.
  
  
Index: loncom/interface/lonpopulate.pm
diff -u loncom/interface/lonpopulate.pm:1.70 loncom/interface/lonpopulate.pm:1.71
--- loncom/interface/lonpopulate.pm:1.70	Mon Jan 21 18:26:09 2013
+++ loncom/interface/lonpopulate.pm	Wed Jan 23 15:52:08 2013
@@ -1,5 +1,5 @@
 # automated enrollment configuration handler
-# $Id: lonpopulate.pm,v 1.70 2013/01/21 18:26:09 bisitz Exp $
+# $Id: lonpopulate.pm,v 1.71 2013/01/23 15:52:08 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -695,7 +695,7 @@
               $r->print(&mt('Uncheck the checkbox(es) to terminate notification for people currently informed of roster changes from the nightly enrollment update.').'<br />');
          }
          if ((@ccs + @showdom) > $notifycount) {
-             $r->print(&mt('Check the checkbox(es) to initiate notification for people not currently informed of roster changes from the nightly enrollment update.').'<br />));
+             $r->print(&mt('Check the checkbox(es) to initiate notification for people not currently informed of roster changes from the nightly enrollment update.').'<br />'));
          }
          $r->print(&mt("Click 'Go' to save your changes.")."
            <br/>




More information about the LON-CAPA-cvs mailing list