summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.8.2/content
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.8.2/content')
-rw-r--r--rt/etc/upgrade/3.8.2/content8
1 files changed, 4 insertions, 4 deletions
diff --git a/rt/etc/upgrade/3.8.2/content b/rt/etc/upgrade/3.8.2/content
index 9bd92be..d8f54e9 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 );