import rt 3.8.8
[freeside.git] / rt / lib / RT / Approval / Rule / Created.pm
index 73ba2db..f9ffef8 100644 (file)
@@ -53,7 +53,7 @@ use base 'RT::Approval::Rule';
 
 use constant _Stage => 'TransactionBatch';
 
-use constant Description => "Notify Owner of their ticket has been approved by some or all approvers"; # loc
+use constant Description => 'Change Approval ticket to open status'; #loc
 
 sub Prepare {
     my $self = shift;