import rt 3.8.9
[freeside.git] / rt / etc / upgrade / 3.8.2 / content
index 9bd92be..d8f54e9 100644 (file)
@@ -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 );