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 2016/02/07 19:38:19 UTC

svn commit: r1729005 - /ofbiz/trunk/applications/accounting/config/AccountingEntityLabels.xml

Author: jleroux
Date: Sun Feb  7 18:38:19 2016
New Revision: 1729005

URL: http://svn.apache.org/viewvc?rev=1729005&view=rev
Log:
Fixes a typo: xml != xlm

Modified:
    ofbiz/trunk/applications/accounting/config/AccountingEntityLabels.xml

Modified: ofbiz/trunk/applications/accounting/config/AccountingEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingEntityLabels.xml?rev=1729005&r1=1729004&r2=1729005&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingEntityLabels.xml (original)
+++ ofbiz/trunk/applications/accounting/config/AccountingEntityLabels.xml Sun Feb  7 18:38:19 2016
@@ -5425,7 +5425,7 @@
         <value xml:lang="en">Highest Pay Rate</value>
         <value xml:lang="fr">Prix haut</value>
         <value xml:lang="ja">最高支払レート</value>
-        <value xlm:lang="nl">Tarief - hoogste</value>
+        <value xml:lang="nl">Tarief - hoogste</value>
         <value xml:lang="vi">Tỷ lệ thanh toán cao nhất</value>
         <value xml:lang="zh">最高支付费率</value>
         <value xml:lang="zh-TW">最高支付費率</value>