[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm

raeburn raeburn at source.lon-capa.org
Fri Aug 16 09:13:52 EDT 2013


raeburn		Fri Aug 16 13:13:52 2013 EDT

  Modified files:              
    /loncom/auth	lonroles.pm 
  Log:
  - Case consistent with other items in Functions menu on roles page.
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.290 loncom/auth/lonroles.pm:1.291
--- loncom/auth/lonroles.pm:1.290	Sat Aug 10 20:28:14 2013
+++ loncom/auth/lonroles.pm	Fri Aug 16 13:13:52 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.290 2013/08/10 20:28:14 raeburn Exp $
+# $Id: lonroles.pm,v 1.291 2013/08/16 13:13:52 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2739,7 +2739,7 @@
         }
     }
     if (&Apache::loncommon::designparm('login.coursecatalog',$env{'user.domain'})) {
-        push(@links,['/adm/coursecatalog','ccat-22x22',&mt('Course Catalog')]);
+        push(@links,['/adm/coursecatalog','ccat-22x22',&mt('Course catalog')]);
     }
     my $funcs = &Apache::lonhtmlcommon::start_funclist();
     foreach my $link (@links) {




More information about the LON-CAPA-cvs mailing list