X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2Fupgrade%2F3.8.2%2Fcontent;h=d8f54e9ba5b2e59d6e962f34f861369e80f6b3df;hb=fc6209f398899f0211cfcedeb81a3cd65e04a941;hp=9bd92be21866350fe631b337bcb99fc6d5c01b70;hpb=e70abd21bab68b23488f7ef1ee2e693a3b365691;p=freeside.git diff --git a/rt/etc/upgrade/3.8.2/content b/rt/etc/upgrade/3.8.2/content index 9bd92be21..d8f54e9ba 100644 --- a/rt/etc/upgrade/3.8.2/content +++ b/rt/etc/upgrade/3.8.2/content @@ -1,10 +1,10 @@ @Initial = ( sub { $RT::Logger->warning( - "Going to add [OLD] prefix to all temlates in approvals queue." - ." If you never used approvals then you can delete all these" - ." templates with [OLD] prefix. Leave new there may be you will" - ." want to use approvals some time." + "Going to add [OLD] prefix to all templates in approvals queue." + ." If you have never used approvals, you can safely delete all the" + ." templates with the [OLD] prefix. Leave the new Approval templates because" + ." you may eventually want to start using approvals." ); my $approvals_q = RT::Queue->new( $RT::SystemUser );