From 0a397a423adf7347d3674108065670720789e757 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Thu, 10 Nov 2011 15:53:30 -0500 Subject: [PATCH] Update warning message to be accurate --- etc/upgrade/3.9.1/content | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/upgrade/3.9.1/content b/etc/upgrade/3.9.1/content index d336a18f1dd..acdc0adb77e 100644 --- a/etc/upgrade/3.9.1/content +++ b/etc/upgrade/3.9.1/content @@ -15,7 +15,7 @@ ); if ($templates->Count) { - die "You have templates with Type other than Action. This will interfere with your upgrade because RT used to ignore the template Type field, but now uses it."; + die "You have templates with Type already set. This will interfere with your upgrade because RT used to ignore the template Type field, but now uses it."; } $templates = RT::Templates->new(RT->SystemUser);