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

raeburn raeburn at source.lon-capa.org
Tue Aug 27 10:42:57 EDT 2019


raeburn		Tue Aug 27 14:42:57 2019 EDT

  Modified files:              
    /loncom/interface	loncreateuser.pm 
  Log:
  - Reuse existing translated phrase.
  
  
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.451 loncom/interface/loncreateuser.pm:1.452
--- loncom/interface/loncreateuser.pm:1.451	Mon Apr 29 22:19:24 2019
+++ loncom/interface/loncreateuser.pm	Tue Aug 27 14:42:57 2019
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Create a user
 #
-# $Id: loncreateuser.pm,v 1.451 2019/04/29 22:19:24 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.452 2019/08/27 14:42:57 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3055,7 +3055,7 @@
 		  ($env{'form.ccuname'},$env{'form.ccdomain'}));
 	} else {
 	    # Okay, this is a non-fatal error.
-	    $r->print($error.&mt('You do not have the authority to modify this users authentication information.').$end);    
+	    $r->print($error.&mt('You do not have privileges to modify the authentication configuration for this user.').$end);
 	}
     } elsif (($env{'form.intarg'} ne '') &&
              (&Apache::lonnet::queryauthenticate($env{'form.ccuname'},$env{'form.ccdomain'}) =~ /^internal:/) &&




More information about the LON-CAPA-cvs mailing list