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

raeburn raeburn@source.lon-capa.org
Sat, 02 Jan 2010 18:49:21 -0000


raeburn		Sat Jan  2 18:49:21 2010 EDT

  Modified files:              (Branch: version_2_9_X)
    /loncom/auth	lonroles.pm 
  Log:
  - Backport part of 1.235 not included in earlier backports.
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.231.4.5 loncom/auth/lonroles.pm:1.231.4.6
--- loncom/auth/lonroles.pm:1.231.4.5	Sat Jan  2 18:41:56 2010
+++ loncom/auth/lonroles.pm	Sat Jan  2 18:49:20 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.231.4.5 2010/01/02 18:41:56 raeburn Exp $
+# $Id: lonroles.pm,v 1.231.4.6 2010/01/02 18:49:20 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -663,7 +663,8 @@
             } else {
 	        $r->print(
  '<h3><span class="LC_error">'.
- &mt('You need to choose another user role or enter a specific course or community for this function').'</span></h3>');
+ &mt('You need to choose another user role or enter a specific course or community for this function.').
+ '</span></h3>');
 	    }
         }
     }