[Rt-commit] r13217 - in rt/branches/3.8-TESTING: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Jun 12 13:54:24 EDT 2008


Author: sartak
Date: Thu Jun 12 13:54:24 2008
New Revision: 13217

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/lib/RT/User_Overlay.pm

Log:
 r62280 at onn:  sartak | 2008-06-12 13:44:37 -0400
 Use "Permission Denied" for consistency in SetPreferences


Modified: rt/branches/3.8-TESTING/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/User_Overlay.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/User_Overlay.pm	Thu Jun 12 13:54:24 2008
@@ -121,7 +121,7 @@
 
     #Check the ACL
     unless ( $self->CurrentUser->HasRight(Right => 'AdminUsers', Object => $RT::System) ) {
-        return ( 0, $self->loc('No permission to create users') );
+        return ( 0, $self->loc('Permission Denied') );
     }
 
 


More information about the Rt-commit mailing list