[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm

goltermann goltermann at source.lon-capa.org
Wed Apr 18 07:49:50 EDT 2012


goltermann		Wed Apr 18 11:49:50 2012 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  typo corrected
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.504 loncom/homework/structuretags.pm:1.505
--- loncom/homework/structuretags.pm:1.504	Wed Apr 11 11:40:00 2012
+++ loncom/homework/structuretags.pm	Wed Apr 18 11:49:50 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.504 2012/04/11 11:40:00 goltermann Exp $
+# $Id: structuretags.pm,v 1.505 2012/04/18 11:49:50 goltermann Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -996,7 +996,7 @@
     } elsif ($interval[1] eq 'course') {
 	my $course = $env{'course.'.$env{'request.course.id'}.'.description'};
         $result .= "<h2>".&mt('The resources in "[_1]" are open for a limited time.',$course)."</h2>"
-                             .'<p>'.&mt('Once you click the "Show Resource" button below you have [_2] to omplete all resources "[_1]".'
+                             .'<p>'.&mt('Once you click the "Show Resource" button below you have [_2] to complete all resources "[_1]".'
                              ,$course,$time)."</p>";
     } else {
 	my $title=&Apache::lonnet::gettitle($symb);




More information about the LON-CAPA-cvs mailing list