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

svn commit: r834835 - /ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml

Author: hansbak
Date: Wed Nov 11 10:36:29 2009
New Revision: 834835

URL: http://svn.apache.org/viewvc?rev=834835&view=rev
Log:
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>