diff --git a/addons/product/product_view.xml b/addons/product/product_view.xml
index d0107c56ffeeb7d35227a7f56b5a4687d6e5c060..2bd4e95f29d51bfaef2e52f02f706dde354d4bb6 100644
--- a/addons/product/product_view.xml
+++ b/addons/product/product_view.xml
@@ -254,7 +254,7 @@
             <field name="domain">[('parent_id','=',False)]</field>
             <field name="view_type">tree</field>
             <field name="view_id" ref="product_category_tree_view"/>
-            <field name="help">Create and manage product categories you want to be maintained in the system. This allows you to classify your products according to your needs.</field>
+            <field name="help">Here is a list of all your products classified by category. You can click on a category to get the list of all products linked to this category or to a child of this category.</field>
         </record>
         <menuitem
             action="product_category_action"