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

raeburn raeburn at source.lon-capa.org
Mon Nov 21 10:42:59 EST 2011


raeburn		Mon Nov 21 15:42:59 2011 EDT

  Modified files:              
    /loncom/interface	coursecatalog.pm 
  Log:
  - Bug 6470. Wording change.
  
  
Index: loncom/interface/coursecatalog.pm
diff -u loncom/interface/coursecatalog.pm:1.68 loncom/interface/coursecatalog.pm:1.69
--- loncom/interface/coursecatalog.pm:1.68	Fri Feb 25 05:52:03 2011
+++ loncom/interface/coursecatalog.pm	Mon Nov 21 15:42:59 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler for displaying the course catalog interface
 #
-# $Id: coursecatalog.pm,v 1.68 2011/02/25 05:52:03 raeburn Exp $
+# $Id: coursecatalog.pm,v 1.69 2011/11/21 15:42:59 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -522,9 +522,9 @@
     }
     my $selfenroll_text;
     if ($env{'form.currcat_0'} eq 'communities::0') {
-        $selfenroll_text = &mt('Only show communities which allow self-enrollment');
+        $selfenroll_text = &mt('Only show communities which currently allow self-enrollment (or will allow it in the future)');
     } else {
-        $selfenroll_text = &mt('Only show courses which allow self-enrollment');
+        $selfenroll_text = &mt('Only show courses which currently allow self-enrollment (or will allow it in the future)');
     }
     $output .= '<tr><td>'.
                '<label><input type="checkbox" name="showselfenroll" value="1" '.




More information about the LON-CAPA-cvs mailing list