svn commit: r739592 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml

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

svn commit: r739592 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml

jacopoc
Author: jacopoc
Date: Sat Jan 31 19:51:06 2009
New Revision: 739592

URL: http://svn.apache.org/viewvc?rev=739592&view=rev
Log:
Fixed wrong menu label.

Modified:
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml?rev=739592&r1=739591&r2=739592&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml Sat Jan 31 19:51:06 2009
@@ -21,7 +21,7 @@
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
     
-    <menu name="ManufacturingAppBar" title="${uiLabelMap.AccountingManagerApplication}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
+    <menu name="ManufacturingAppBar" title="${uiLabelMap.ManufacturingManagerApplication}" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
         <menu-item name="jobshop" title="${uiLabelMap.ManufacturingJobShop}">
             <condition>
                 <if-has-permission permission="MANUFACTURING" action="_CREATE"/>