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 2009/12/26 18:35:21 UTC

svn commit: r894008 - /ofbiz/trunk/applications/party/config/PartyErrorUiLabels.xml

Author: jleroux
Date: Sat Dec 26 17:35:21 2009
New Revision: 894008

URL: http://svn.apache.org/viewvc?rev=894008&view=rev
Log:
Was supposed to be partytypehelper and not partyhelper

Modified:
    ofbiz/trunk/applications/party/config/PartyErrorUiLabels.xml

Modified: ofbiz/trunk/applications/party/config/PartyErrorUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyErrorUiLabels.xml?rev=894008&r1=894007&r2=894008&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyErrorUiLabels.xml (original)
+++ ofbiz/trunk/applications/party/config/PartyErrorUiLabels.xml Sat Dec 26 17:35:21 2009
@@ -471,11 +471,11 @@
         <value xml:lang="th">รหัสกลุ่มผู้ใช้นี้ไม่สามารถเริ่มต้นด้วยตัวเลขนี้ได้, ตัวเลขรหัสจะได้จากการสร้างอัตโนมัติ</value>
         <value xml:lang="zh">指定的会员标识不能以数字开始,数字标识为自动生成的标识预留</value>
     </property>
-    <property key="partyhelper.NotPersonType">
+    <property key="partytypehelper.NotPersonType">
         <value xml:lang="en">The party {0} is not a PERSON type party</value>
         <value xml:lang="fr">L`acteur {0} n'est pas du type personne.</value><!-- ` used instead of ' else because ' may interfere with the result from {0} and prevent it to appears-->
     </property>
-    <property key="partyhelper.NotGroupType">
+    <property key="partytypehelper.NotGroupType">
         <value xml:lang="en">The party {0} is not a PARTYGROUP type party</value>
         <value xml:lang="fr">L`acteur {0} n'est pas du type groupe.</value><!-- ` used instead of ' else because ' may interfere with the result from {0} and prevent it to appears-->
     </property>