From 2d06b0eff53c550a6d6fc1c49072a740db9674a7 Mon Sep 17 00:00:00 2001 From: Nicolas Wavrant <nicolas.wavrant@nexedi.com> Date: Thu, 25 Feb 2016 08:44:13 +0000 Subject: [PATCH] erp5_upgrader: better docstring in CategoryTool_checkCategoryNameConsistency --- .../CategoryTool_checkCategoryNameConsistency.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/CategoryTool_checkCategoryNameConsistency.xml b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/CategoryTool_checkCategoryNameConsistency.xml index 3ce8836eaa..4d9d1dacd3 100644 --- a/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/CategoryTool_checkCategoryNameConsistency.xml +++ b/bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/CategoryTool_checkCategoryNameConsistency.xml @@ -51,8 +51,8 @@ <item> <key> <string>_body</string> </key> <value> <string># This script is called as a "script constraint"\n -# It will replace an old category name by a new name, and update all related\n -# objects.\n +# It will replace an old base category name by a new name, and update all\n +# related objects.\n # To get the list of changes, we use the same idea as in TemplateTool_checkBusinessTemplateInstallation :\n # we get a list of tuples containing the old names and new names from a Script (Python),\n # which should be overriden in the custom sites\' upgraders.\n -- 2.30.9