svn commit: r991279 - /ofbiz/trunk/framework/common/data/UnitData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r991279 - /ofbiz/trunk/framework/common/data/UnitData.xml

jonesde
Author: jonesde
Date: Tue Aug 31 18:14:39 2010
New Revision: 991279

URL: http://svn.apache.org/viewvc?rev=991279&view=rev
Log:
Small change to short ton description as it seems more people are familiar with the term US ton than short ton

Modified:
    ofbiz/trunk/framework/common/data/UnitData.xml

Modified: ofbiz/trunk/framework/common/data/UnitData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/UnitData.xml?rev=991279&r1=991278&r2=991279&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/data/UnitData.xml (original)
+++ ofbiz/trunk/framework/common/data/UnitData.xml Tue Aug 31 18:14:39 2010
@@ -258,7 +258,7 @@ under the License.
     <Uom abbreviation="st" description="Stone" uomId="WT_st" uomTypeId="WEIGHT_MEASURE"/>
     <Uom abbreviation="lt" description="Ton (long or British)" uomId="WT_lt" uomTypeId="WEIGHT_MEASURE"/>
     <Uom abbreviation="mt" description="Ton (metric)" uomId="WT_mt" uomTypeId="WEIGHT_MEASURE"/>
-    <Uom abbreviation="sh t" description="Ton (short)" uomId="WT_sh_t" uomTypeId="WEIGHT_MEASURE"/>
+    <Uom abbreviation="sh t" description="Ton (short or US)" uomId="WT_sh_t" uomTypeId="WEIGHT_MEASURE"/>
 
     <UomConversion uomId="WT_dr_avdp" uomIdTo="WT_oz" conversionFactor="0.0625"/>
     <UomConversion uomId="WT_gr" uomIdTo="WT_oz" conversionFactor="0.00229"/>