Author: arunpatidar
Date: Sat Nov 5 11:33:07 2016
New Revision: 1768195
URL:
http://svn.apache.org/viewvc?rev=1768195&view=revLog:
Fixed: UI Label in file CommonErrorUiLabels.xml
(OFBIZ-9046)
Thanks: Rahul Singh and Amit Gadaley for the contribution.
Modified:
ofbiz/trunk/applications/product/minilang/product/product/ProductServices.xml
ofbiz/trunk/framework/common/config/CommonErrorUiLabels.xml
Modified: ofbiz/trunk/applications/product/minilang/product/product/ProductServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/minilang/product/product/ProductServices.xml?rev=1768195&r1=1768194&r2=1768195&view=diff==============================================================================
--- ofbiz/trunk/applications/product/minilang/product/product/ProductServices.xml (original)
+++ ofbiz/trunk/applications/product/minilang/product/product/ProductServices.xml Sat Nov 5 11:33:07 2016
@@ -38,7 +38,7 @@ under the License.
<check-errors />
<entity-one value-field="dummyProduct" entity-name="Product"><field-map field-name="productId" from-field="parameters.productId"/></entity-one>
<if-not-empty field="dummyProduct">
- <add-error ><fail-property resource="CommonErrorUiLabels" property="CommonErrorDublicateKey" /></add-error>
+ <add-error ><fail-property resource="CommonErrorUiLabels" property="CommonErrorDuplicateKey" /></add-error>
</if-not-empty>
<check-errors />
</else>
Modified: ofbiz/trunk/framework/common/config/CommonErrorUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonErrorUiLabels.xml?rev=1768195&r1=1768194&r2=1768195&view=diff==============================================================================
--- ofbiz/trunk/framework/common/config/CommonErrorUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonErrorUiLabels.xml Sat Nov 5 11:33:07 2016
@@ -19,9 +19,9 @@
under the License.
-->
<resource xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
- <property key="CommonErrorDublicateKey">
+ <property key="CommonErrorDuplicateKey">
<value xml:lang="de">Doppelter Primärschlüssel. Der Primärschlüssel existiert bereits.</value>
- <value xml:lang="en">Dublicate Key. The Key already exist.</value>
+ <value xml:lang="en">Duplicate Key. The Key already exist.</value>
<value xml:lang="fr">Clé dupliquée. Cette valeur est déjà présente.</value>
<value xml:lang="ja">éè¤ãã¼ããã¼ã¯ãã§ã«åå¨ãã¾ãã</value>
<value xml:lang="ru">ÐлÑÑ Ð´ÑбликаÑ. ÐлÑÑ Ñже ÑÑÑеÑÑвÑеÑ.</value>