You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/05/28 11:04:39 UTC

svn commit: r779492 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml webapp/facility/facility/PicklistOptions.ftl

Author: mor
Date: Thu May 28 09:04:39 2009
New Revision: 779492

URL: http://svn.apache.org/viewvc?rev=779492&view=rev
Log:
Small correction in label name

Modified:
    ofbiz/trunk/applications/product/config/ProductUiLabels.xml
    ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=779492&r1=779491&r2=779492&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Thu May 28 09:04:39 2009
@@ -19939,8 +19939,8 @@
         <value xml:lang="th">Void UPS Shipment Confirmation</value>
         <value xml:lang="zh">空UPS货运确认</value>
     </property>
-    <property key="ProductWareHouseArea">
-        <value xml:lang="en">WareHouse Area</value>
+    <property key="ProductWarehouseArea">
+        <value xml:lang="en">Warehouse Area</value>
     </property>
     <property key="ProductWarningOrderStatus">
         <value xml:lang="de">ACHTUNG: Auftragsstatus ist</value>

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl?rev=779492&r1=779491&r2=779492&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/PicklistOptions.ftl Thu May 28 09:04:39 2009
@@ -55,7 +55,7 @@
         <table cellspacing="0" class="basic-table">
             <tr class="header-row">
                 <td>${uiLabelMap.ProductShipmentMethod}</td>
-                <td>${uiLabelMap.ProductWareHouseArea}</td>
+                <td>${uiLabelMap.ProductWarehouseArea}</td>
                 <td>${uiLabelMap.ProductNumberOfOrderItems}</td>
                 <td>${uiLabelMap.ProductReadyToPick}</td>
                 <td>${uiLabelMap.ProductNeedStockMove}</td>