diff --git a/product/ERP5SyncML/Publication.py b/product/ERP5SyncML/Publication.py
index 62f6808c63bc9fdd9935e5d434cea96431ef41ae..43a6b0bb943d8121f123e4421b80eeaf7cf7b195 100644
--- a/product/ERP5SyncML/Publication.py
+++ b/product/ERP5SyncML/Publication.py
@@ -129,12 +129,11 @@ class Publication(Subscription):
   """
 
   meta_type='ERP5 Publication'
-  portal_type='Publication' # may be useful in the future...
+  portal_type='SyncML Publication' # may be useful in the future...
   isPortalContent = 1
   isRADContent = 1
   icon = None
 
-
   # Declarative properties
   property_sheets = ( PropertySheet.Base
                     , PropertySheet.SimpleItem )