[LON-CAPA-cvs] cvs: loncom /publisher lonpublisher.pm

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Wed, 27 Aug 2008 13:08:37 -0000


raeburn		Wed Aug 27 09:08:37 2008 EDT

  Modified files:              
    /loncom/publisher	lonpublisher.pm 
  Log:
  - The past tense of "occur" is occurred.
  
  
Index: loncom/publisher/lonpublisher.pm
diff -u loncom/publisher/lonpublisher.pm:1.247 loncom/publisher/lonpublisher.pm:1.248
--- loncom/publisher/lonpublisher.pm:1.247	Wed Aug 27 09:07:41 2008
+++ loncom/publisher/lonpublisher.pm	Wed Aug 27 09:08:36 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Publication Handler
 #
-# $Id: lonpublisher.pm,v 1.247 2008/08/27 13:07:41 raeburn Exp $
+# $Id: lonpublisher.pm,v 1.248 2008/08/27 13:08:36 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -873,7 +873,7 @@
     }
     if (defined($status) && $status ne '') {
         $error='<span class="LC_error">'
-              .&mt('Error occured saving new values in metadata table in LON-CAPA database!')
+              .&mt('Error occurred saving new values in metadata table in LON-CAPA database!')
               .'</span>';
         &Apache::lonnet::logthis($error);
         &Apache::lonnet::logthis($status);
@@ -947,7 +947,7 @@
 especially for rat and ssi files),
 
 Returns a 2 element array, the first is the string to be shown to the
-user, the second is an error code, either 1 (an error occured) or 0
+user, the second is an error code, either 1 (an error occurred) or 0
 (no error occurred)
 
 I<Additional documentation needed.>