[Bps-public-commit] rt-extension-notificationmatrix branch, master, updated. 17b54e6864eddbe5652d617cc0f112c3e480024e
Jesse Vincent
jesse at bestpractical.com
Thu Jul 29 12:07:03 EDT 2010
The branch, master has been updated
via 17b54e6864eddbe5652d617cc0f112c3e480024e (commit)
from 0d7a3ec9e91853fa1a6ed76053c8b5bb131ab1b7 (commit)
Summary of changes:
.../NotificationMatrix/Rule/TicketRepliedTo.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 17b54e6864eddbe5652d617cc0f112c3e480024e
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Jul 29 12:08:50 2010 -0400
better phrasing on ticketrepliedto
diff --git a/lib/RT/Extension/NotificationMatrix/Rule/TicketRepliedTo.pm b/lib/RT/Extension/NotificationMatrix/Rule/TicketRepliedTo.pm
index 5fb273c..b10a5fb 100644
--- a/lib/RT/Extension/NotificationMatrix/Rule/TicketRepliedTo.pm
+++ b/lib/RT/Extension/NotificationMatrix/Rule/TicketRepliedTo.pm
@@ -3,10 +3,10 @@ use strict;
use warnings;
use base 'RT::Extension::NotificationMatrix::Rule';
-use constant NM_Entry => 'Ticket replied to';
+use constant NM_Entry => 'When a ticket is replied to';
use constant DefaultTemplate => 'Admin Correspondence';
use constant DefaultExternalTemplate => 'Correspondence';
-use constant Description => 'Ticket replied to';
+use constant Description => 'When a ticket is replied to';
sub ConditionMatched {
my $self = shift;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list