Author: jleroux
Date: Sun Oct 25 20:34:02 2009
New Revision: 829640

URL: http://svn.apache.org/viewvc?rev=829640&view=rev
Log:
Fix a label, issue reported in r829638

Modified:
    ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml?rev=829640&r1=829639&r2=829640&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml Sun Oct 25 
20:34:02 2009
@@ -62,7 +62,7 @@
             <widgets>
                 <decorator-screen name="CommonProductStoreDecorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet 
title="${uiLabelMap.ProductProductStoreList}">
+                        <screenlet title="${uiLabelMap.ProductProductStore}">
                             <include-form name="EditProductStore" 
location="component://product/widget/catalog/ProductStoreForms.xml"/>
                         </screenlet>
                     </decorator-section>


Reply via email to