Author: hansbak
Date: Wed Nov 11 10:36:29 2009
New Revision: 834835
URL:
http://svn.apache.org/viewvc?rev=834835&view=revLog:
intenationalization problem reported by jacopo
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml?rev=834835&r1=834834&r2=834835&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml Wed Nov 11 10:36:29 2009
@@ -523,7 +523,7 @@
<if-has-permission permission="ORDERMGR" action="_VIEW"/>
</condition>
<widgets>
- <screenlet title="${uiLabelMap.OrderPurchaseOrder}(s)" navigation-form-name="ListPurchaseOrders" >
+ <screenlet title="${uiLabelMap.OrderPurchaseOrder}" navigation-form-name="ListPurchaseOrders" >
<include-form name="ListPurchaseOrders" location="component://order/widget/ordermgr/OrderForms.xml"/>
</screenlet>
</widgets>