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

raeburn raeburn@source.lon-capa.org
Wed, 19 Aug 2009 19:43:39 -0000


raeburn		Wed Aug 19 19:43:39 2009 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - Punctuation.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.885 loncom/interface/loncommon.pm:1.886
--- loncom/interface/loncommon.pm:1.885	Sat Aug 15 00:25:43 2009
+++ loncom/interface/loncommon.pm	Wed Aug 19 19:43:38 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.885 2009/08/15 00:25:43 raeburn Exp $
+# $Id: loncommon.pm,v 1.886 2009/08/19 19:43:38 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -483,7 +483,7 @@
 
 sub coursebrowser_javascript {
     my ($domainfilter,$sec_element,$formname)=@_;
-    my $crs_or_grp_alert = &mt('Please select the type of LON-CAPA entity - Course or Community - for which you wish to add/modify a user role');
+    my $crs_or_grp_alert = &mt('Please select the type of LON-CAPA entity - Course or Community - for which you wish to add/modify a user role.');
     my $id_functions = &javascript_index_functions();
     my $output = '
 <script type="text/javascript" language="JavaScript">