Author: jleroux
Date: Thu Nov 24 17:51:07 2011
New Revision: 1205941
URL:
http://svn.apache.org/viewvc?rev=1205941&view=revLog:
A patch from Kiran Gawde "typo in description of ContactList.isSingleUse field"
https://issues.apache.org/jira/browse/OFBIZ-4576Modified:
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>