From e91340136c748d14dd5c66c8e5a693d5e3826cb6 Mon Sep 17 00:00:00 2001
From: Nicolas Dumazet <nicolas.dumazet@nexedi.com>
Date: Mon, 6 Dec 2010 08:10:59 +0000
Subject: [PATCH] 2010-12-06 nicolas.dumazet * rename Synchronisation Tool to
 Synchronization Tool for consistency

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41139 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 ...n%20Tool.xml => Synchronization%20Tool.xml} | 18 ++++++++++++++----
 product/ERP5/bootstrap/erp5_core/bt/change_log |  3 +++
 product/ERP5/bootstrap/erp5_core/bt/revision   |  2 +-
 .../erp5_core/bt/template_portal_type_id_list  |  2 +-
 4 files changed, 19 insertions(+), 6 deletions(-)
 rename product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/{Synchronisation%20Tool.xml => Synchronization%20Tool.xml} (89%)

diff --git a/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Synchronisation%20Tool.xml b/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Synchronization%20Tool.xml
similarity index 89%
rename from product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Synchronisation%20Tool.xml
rename to product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Synchronization%20Tool.xml
index 56f550035f..145d88cde5 100644
--- a/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Synchronisation%20Tool.xml
+++ b/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Synchronization%20Tool.xml
@@ -57,15 +57,19 @@
         </item>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>Synchronisation Tool</string> </value>
+            <value> <string>Synchronization Tool</string> </value>
         </item>
         <item>
             <key> <string>init_script</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>permission</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>title</string> </key>
@@ -73,7 +77,13 @@
         </item>
         <item>
             <key> <string>type_class</string> </key>
-            <value> <string>Folder</string> </value>
+            <value> <string>SynchronizationTool</string> </value>
+        </item>
+        <item>
+            <key> <string>type_mixin</string> </key>
+            <value>
+              <tuple/>
+            </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log
index fc88510e26..d3b2e0860b 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/change_log
+++ b/product/ERP5/bootstrap/erp5_core/bt/change_log
@@ -1,3 +1,6 @@
+2010-12-06 nicolas.dumazet
+* rename Synchronisation Tool to Synchronization Tool for consistency
+
 2010-12-01 arnaud.fontaine
 * Add Property Type Validity Constraint portal type and its view for ZODB Property Sheets.
 
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index ea512356de..2a7666029c 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-40824
\ No newline at end of file
+40825
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list b/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list
index 6bf60c4c46..a1bf76de56 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list
+++ b/product/ERP5/bootstrap/erp5_core/bt/template_portal_type_id_list
@@ -56,7 +56,7 @@ Session Tool
 Simulation Movement
 Simulation Tool
 Standard Property
-Synchronisation Tool
+Synchronization Tool
 System Preference
 TALES Constraint
 Template Tool
-- 
2.30.9