svn commit: r781292 - /ofbiz/trunk/applications/order/config/OrderUiLabels.xml

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

svn commit: r781292 - /ofbiz/trunk/applications/order/config/OrderUiLabels.xml

mor-2
Author: mor
Date: Wed Jun  3 08:12:33 2009
New Revision: 781292

URL: http://svn.apache.org/viewvc?rev=781292&view=rev
Log:
Adding back label OrderOrderHistory as there was a reference to this label in order screen. Reported by Hans on dev list.

Modified:
    ofbiz/trunk/applications/order/config/OrderUiLabels.xml

Modified: ofbiz/trunk/applications/order/config/OrderUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderUiLabels.xml?rev=781292&r1=781291&r2=781292&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/config/OrderUiLabels.xml (original)
+++ ofbiz/trunk/applications/order/config/OrderUiLabels.xml Wed Jun  3 08:12:33 2009
@@ -4830,8 +4830,8 @@
         <value xml:lang="zh">订单头信息</value>
         <value xml:lang="zh_CN">订单头信息</value>
     </property>
-    <property key="OrderViewOrderHistory">
-        <value xml:lang="en">View Order History</value>
+    <property key="OrderOrderHistory">
+        <value xml:lang="en">Order History</value>
     </property>
     <property key="OrderOrderId">
         <value xml:lang="de">Auftrag ID</value>
@@ -9568,6 +9568,9 @@
         <value xml:lang="zh">浏览订单</value>
         <value xml:lang="zh_CN">查看订单</value>
     </property>
+    <property key="OrderViewOrderHistory">
+        <value xml:lang="en">View Order History</value>
+    </property>
     <property key="OrderViewPermissionError">
         <value xml:lang="de">Sie haben keine Leseberechtigung für diese Seite ("ORDERMGR_VIEW" oder "ORDERMGR_ADMIN" benötigt).</value>
         <value xml:lang="en">You do not have permission to view this page (it needs "ORDERMGR_VIEW" or "ORDERMGR_ADMIN").</value>