[CMF-checkins] CVS: CMF/CMFCore - TypesTool.py:1.37.4.6

Florent Guillaume fg@nuxeo.com
Mon, 5 Aug 2002 11:19:32 -0400


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv6839

Modified Files:
      Tag: CMF-1_3-branch
	TypesTool.py 
Log Message:
Changed description to make it clear that the meta type is the one from
the product.


=== CMF/CMFCore/TypesTool.py 1.37.4.5 => 1.37.4.6 ===
          'label':'Title'},
         {'id':'description', 'type': 'text', 'mode':'w',
          'label':'Description'},
-        {'id':'content_meta_type', 'type': 'string', 'mode':'w',
-         'label':'Meta type'},
         {'id':'content_icon', 'type': 'string', 'mode':'w',
          'label':'Icon'},
+        {'id':'content_meta_type', 'type': 'string', 'mode':'w',
+         'label':'Product meta type'},
         )
 
     _advanced_properties = (
@@ -435,7 +435,7 @@
         {'id':'product', 'type': 'string', 'mode':'w',
          'label':'Product name'},
         {'id':'factory', 'type': 'string', 'mode':'w',
-         'label':'Factory method in product'},
+         'label':'Product factory method'},
         ) + TypeInformation._advanced_properties)
 
     product = ''