rt 4.0.23
[freeside.git] / rt / sbin / rt-validator.in
index f0f1c59..fafc85e 100644 (file)
@@ -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
 #                                          <sales@bestpractical.com>
 #
 # (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 );