[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-250-g692e7c1
Kevin Falcone
falcone at bestpractical.com
Thu Feb 10 17:06:03 EST 2011
The branch, 3.8-trunk has been updated
via 692e7c103a52db9f47fab5e7f81abb20504b2e88 (commit)
from c3f38ccce846717fac335dd30de525809b380a87 (commit)
Summary of changes:
etc/upgrade/3.8.2/content | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 692e7c103a52db9f47fab5e7f81abb20504b2e88
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Feb 10 16:06:35 2011 -0500
Improved logged message about what the upgrade is doing to Approvals templates
diff --git a/etc/upgrade/3.8.2/content b/etc/upgrade/3.8.2/content
index 205170a..d8f54e9 100644
--- a/etc/upgrade/3.8.2/content
+++ b/etc/upgrade/3.8.2/content
@@ -2,9 +2,9 @@
sub {
$RT::Logger->warning(
"Going to add [OLD] prefix to all templates in approvals queue."
- ." If you never used approvals then you can delete all these"
- ." templates with [OLD] prefix. Leave the new ones there because"
- ." maybe you will eventually want to use start using approvals."
+ ." 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 );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list