package RT::Transaction;
use strict;
use vars qw(%_BriefDescriptions);

$_BriefDescriptions{'Touch'} = sub { 'Updated' };

1;

