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

raeburn raeburn at source.lon-capa.org
Wed Jan 23 10:53:28 EST 2013


raeburn		Wed Jan 23 15:53:28 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.71 loncom/interface/lonpopulate.pm:1.72
--- loncom/interface/lonpopulate.pm:1.71	Wed Jan 23 15:52:08 2013
+++ loncom/interface/lonpopulate.pm	Wed Jan 23 15:53:28 2013
@@ -1,5 +1,5 @@
 # automated enrollment configuration handler
-# $Id: lonpopulate.pm,v 1.71 2013/01/23 15:52:08 raeburn Exp $
+# $Id: lonpopulate.pm,v 1.72 2013/01/23 15:53:28 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