X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FACE.pm;h=baf6fb2fdd0b35ef366f3a2288e0c34b5f58e2c1;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hp=ae3eda42b89abaf213afa78f4f942d04d9c8f16d;hpb=43a06151e47d2c59b833cbd8c26d97865ee850b6;p=freeside.git diff --git a/rt/lib/RT/ACE.pm b/rt/lib/RT/ACE.pm index ae3eda42b..baf6fb2fd 100755 --- a/rt/lib/RT/ACE.pm +++ b/rt/lib/RT/ACE.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -285,7 +285,8 @@ sub Create { ObjectId => $args{'ObjectId'}, ); if ( $self->Id ) { - return ( 0, $self->loc('That principal already has that right') ); + return ( 0, $self->loc('[_1] already has that right', + $princ_obj->Object->Name) ); } my $id = $self->SUPER::Create( PrincipalId => $princ_obj->id,