Log message for revision 68423:
  - fixed the i18n domain

Changed:
  U   CMF/trunk/CMFCore/browser/configure.zcml
  U   CMF/trunk/CMFCore/tests/fiveactions.zcml
  U   CMF/trunk/CMFDefault/skin/configure.zcml

-=-
Modified: CMF/trunk/CMFCore/browser/configure.zcml
===================================================================
--- CMF/trunk/CMFCore/browser/configure.zcml    2006-06-01 07:24:38 UTC (rev 
68422)
+++ CMF/trunk/CMFCore/browser/configure.zcml    2006-06-01 07:44:06 UTC (rev 
68423)
@@ -2,8 +2,7 @@
     xmlns="http://namespaces.zope.org/zope";
     xmlns:browser="http://namespaces.zope.org/browser";
     xmlns:five="http://namespaces.zope.org/five";
-    i18n_domain="cmf"
-    >
+    i18n_domain="cmf_default">
 
   <five:traversable class="Products.CMFCore.ActionInformation.ActionCategory"/>
 

Modified: CMF/trunk/CMFCore/tests/fiveactions.zcml
===================================================================
--- CMF/trunk/CMFCore/tests/fiveactions.zcml    2006-06-01 07:24:38 UTC (rev 
68422)
+++ CMF/trunk/CMFCore/tests/fiveactions.zcml    2006-06-01 07:44:06 UTC (rev 
68423)
@@ -1,12 +1,12 @@
 <configure
     xmlns="http://namespaces.zope.org/zope";
     xmlns:browser="http://namespaces.zope.org/browser";
-    i18n_domain="cmf"
-    >
+    i18n_domain="cmf_default">
 
   <browser:menu
       id="mymenu"
-      title="CMF menu" />
+      title="CMF menu"
+      />
 
   <browser:menuItem
       for="Products.Five.tests.testing.simplecontent.ISimpleContent"

Modified: CMF/trunk/CMFDefault/skin/configure.zcml
===================================================================
--- CMF/trunk/CMFDefault/skin/configure.zcml    2006-06-01 07:24:38 UTC (rev 
68422)
+++ CMF/trunk/CMFDefault/skin/configure.zcml    2006-06-01 07:44:06 UTC (rev 
68423)
@@ -1,7 +1,7 @@
 <configure
     xmlns="http://namespaces.zope.org/zope";
     xmlns:browser="http://namespaces.zope.org/browser";
-    i18n_domain="cmf">
+    i18n_domain="cmf_default">
 
   <browser:layer
       name="cmf"

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to