Author: jleroux
Date: Sat Oct 10 16:31:48 2009 New Revision: 823883 URL: http://svn.apache.org/viewvc?rev=823883&view=rev Log: Oops, not removed a part in r823877 Modified: ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml Modified: ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml?rev=823883&r1=823882&r2=823883&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml (original) +++ ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml Sat Oct 10 16:31:48 2009 @@ -1753,7 +1753,7 @@ </property> <property key="SfaCreateContactFromVCard"> <value xml:lang="en">Create from vCard</value> - <value xml:lang="fr">Créer depuis la vCard</value> + <value xml:lang="fr">Créer depuis une vCard</value> <value xml:lang="it">Creare contatto dalla vCard</value> <value xml:lang="zh">ä»vCardå建</value> </property> Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml?rev=823883&r1=823882&r2=823883&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml (original) +++ ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml Sat Oct 10 16:31:48 2009 @@ -115,7 +115,7 @@ <form name="QuickAddContact" type="single" target="quickAddContact"> <field name="firstName" title="${uiLabelMap.PartyFirstName}*" widget-style="required"><text size="15"/></field> - <field name="lastName" title="${uiLabelMap.PartyLastName} ${uiLabelMap.CommonName}*" widget-style="required"><text size="15"/></field> + <field name="lastName" title="${uiLabelMap.PartyLastName}*" widget-style="required"><text size="15"/></field> <field name="emailAddress" title="${uiLabelMap.CommonEmail}"><text size="15"/></field> <field name="contactListId" title="${uiLabelMap.MarketingContactList}"> <drop-down allow-empty="true"> Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml?rev=823883&r1=823882&r2=823883&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml (original) +++ ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml Sat Oct 10 16:31:48 2009 @@ -130,7 +130,7 @@ <form name="QuickAddLead" type="single" target="quickAddLead"> <field name="firstName" title="${uiLabelMap.PartyFirstName}*" widget-style="required"><text size="15"/></field> - <field name="lastName" title="${uiLabelMap.PartyLastName} ${uiLabelMap.CommonName}*" widget-style="required"><text size="15"/></field> + <field name="lastName" title="${uiLabelMap.PartyLastName}*" widget-style="required"><text size="15"/></field> <field name="groupName" title="${uiLabelMap.CommonGroup}"><text size="15"/></field> <field name="emailAddress" title="${uiLabelMap.CommonEmail}"><text size="15"/></field> <field name="contactListId" title="${uiLabelMap.MarketingContactList}"> |
Free forum by Nabble | Edit this page |