[Rt-commit] rt branch, 3.8.9-releng, updated. rt-3.8.9rc2-1-g377c5b1

Kevin Falcone falcone at bestpractical.com
Thu Feb 10 17:36:42 EST 2011


The branch, 3.8.9-releng has been updated
       via  377c5b140dacb746deea2f933e28f65281601f7b (commit)
      from  08058010f2f2ab16b73e7e5b59b2f47c744c7ce2 (commit)

Summary of changes:
 etc/upgrade/3.8.2/content |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 377c5b140dacb746deea2f933e28f65281601f7b
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
    (cherry picked from commit 692e7c103a52db9f47fab5e7f81abb20504b2e88)

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