Changeset 279


Ignore:
Timestamp:
02/25/10 20:12:34 (2 years ago)
Author:
takanori
Message:

modify i18n:domain in xml file for content types

Location:
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/profiles/default/types
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/profiles/default/types/GMap.xml

    r253 r279  
    22<object name="GMap" 
    33   meta_type="Factory-based Type Information with dynamic views" 
    4    i18n:domain="Products.ATGoogleMaps" xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 
     4   i18n:domain="plone" xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 
    55 <property name="title" i18n:translate="">GMap</property> 
    66 <property name="description" 
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/profiles/default/types/GMarker.xml

    r262 r279  
    22<object name="GMarker" 
    33   meta_type="Factory-based Type Information with dynamic views" 
    4    i18n:domain="Products.ATGoogleMaps" xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 
     4   i18n:domain="plone" xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 
    55 <property name="title" i18n:translate="">GMarker</property> 
    66 <property name="description" 
Note: See TracChangeset for help on using the changeset viewer.