X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fsbin%2Frt-validator.in;h=fafc85e1027e4413f0bbc3fe8c45bfd31a289022;hb=b03d5811036d945d9ce463a57def6ca28d49f791;hp=f0f1c59db0e5faa915e2deb85a740993c1639192;hpb=0ea23112cfa0d82738b0f08d60d90579721b7524;p=freeside.git diff --git a/rt/sbin/rt-validator.in b/rt/sbin/rt-validator.in index f0f1c59db..fafc85e10 100644 --- a/rt/sbin/rt-validator.in +++ b/rt/sbin/rt-validator.in @@ -3,7 +3,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -267,7 +267,7 @@ push @CHECKS, 'User <-> ACL equivalence group' => sub { action => sub { my $id = shift; return unless prompt( - 'Create', "Found an user that has no ACL equivalence group." + 'Create', "Found a user that has no ACL equivalence group." ); my $gid = create_record( 'Groups', @@ -283,7 +283,7 @@ push @CHECKS, 'User <-> ACL equivalence group' => sub { action => sub { my $id = shift; return unless prompt( - 'Delete', "Found an user ACL equivalence group, but there is no user." + 'Delete', "Found a user ACL equivalence group, but there is no user." ); delete_record( 'Groups', $id );