[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-83-gacf7549
Shawn Moore
sartak at bestpractical.com
Thu Jun 10 13:28:03 EDT 2010
The branch, 3.8-trunk has been updated
via acf754992a3cba16eb93169f66dd02042bf8bb92 (commit)
from f94e7ec0670b890e3a2c63c1b5e1829f1462ef59 (commit)
Summary of changes:
etc/upgrade/3.8.2/content | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit acf754992a3cba16eb93169f66dd02042bf8bb92
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Jun 10 13:27:45 2010 -0400
Verbiage fixes
diff --git a/etc/upgrade/3.8.2/content b/etc/upgrade/3.8.2/content
index 9bd92be..205170a 100644
--- a/etc/upgrade/3.8.2/content
+++ b/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."
+ "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 new there may be you will"
- ." want to use approvals some time."
+ ." templates with [OLD] prefix. Leave the new ones there because"
+ ." maybe you will eventually want to use start using approvals."
);
my $approvals_q = RT::Queue->new( $RT::SystemUser );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list