From 9dee0eb8aaef66b0eebf3705ef81f86ccc61c87d Mon Sep 17 00:00:00 2001
From: Nicolas Dumazet <nicolas.dumazet@nexedi.com>
Date: Mon, 6 Dec 2010 08:32:33 +0000
Subject: [PATCH] portal_types -> Types Tool to clarify intent

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41144 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/ERP5Site.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py
index e28c3b6431..3c83abd65b 100644
--- a/product/ERP5/ERP5Site.py
+++ b/product/ERP5/ERP5Site.py
@@ -1409,7 +1409,7 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin):
 
     id_list = self.objectIds()
 
-    # make sure that portal_types is migrated last
+    # make sure that Types Tool is migrated last
     id_list.remove('portal_types')
     id_list.append('portal_types')
     for id in id_list:
-- 
2.30.9