You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/11/24 18:51:08 UTC

svn commit: r1205941 - /ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml

Author: jleroux
Date: Thu Nov 24 17:51:07 2011
New Revision: 1205941

URL: http://svn.apache.org/viewvc?rev=1205941&view=rev
Log:
A patch from Kiran Gawde "typo in description of ContactList.isSingleUse field" https://issues.apache.org/jira/browse/OFBIZ-4576


Modified:
    ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml?rev=1205941&r1=1205940&r2=1205941&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml Thu Nov 24 17:51:07 2011
@@ -155,7 +155,7 @@ under the License.
       <field name="description" type="description"></field>
       <field name="comments" type="comment"></field>
       <field name="isPublic" type="indicator"></field>
-      <field name="singleUse" type="indicator"><description>Wether members of the list should be contacted only once.</description></field>
+      <field name="singleUse" type="indicator"><description>Whether members of the list should be contacted only once.</description></field>
       <field name="ownerPartyId" type="id"></field>      
       <field name="verifyEmailFrom" type="long-varchar"></field>
       <field name="verifyEmailScreen" type="long-varchar"></field>