You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/30 14:02:08 UTC

svn commit: r1086916 - /ofbiz/trunk/applications/accounting/widget/ap/ApMenus.xml

Author: erwan
Date: Wed Mar 30 12:02:08 2011
New Revision: 1086916

URL: http://svn.apache.org/viewvc?rev=1086916&view=rev
Log:
Consistency with the page title for the tab menu item

Modified:
    ofbiz/trunk/applications/accounting/widget/ap/ApMenus.xml

Modified: ofbiz/trunk/applications/accounting/widget/ap/ApMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/ApMenus.xml?rev=1086916&r1=1086915&r2=1086916&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ap/ApMenus.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ap/ApMenus.xml Wed Mar 30 12:02:08 2011
@@ -23,7 +23,7 @@ under the License.
         <menu-item name="invoices" title="${uiLabelMap.AccountingInvoicesMenu}"><link target="FindApInvoices"/></menu-item>
         <menu-item name="payments" title="${uiLabelMap.AccountingPaymentsMenu}"><link target="findPayments"/></menu-item>
         <menu-item name="apPaymentGroups" title="${uiLabelMap.AccountingApPaymentGroupMenu}"><link target="FindApPaymentGroups"/></menu-item>
-        <menu-item name="findVendors" title="${uiLabelMap.PartyVendor} ${uiLabelMap.CommonList}"><link target="findVendors"/></menu-item>
+        <menu-item name="findVendors" title="${uiLabelMap.AccountingApPageTitleFindVendors}"><link target="findVendors"/></menu-item>
         <menu-item name="reports" title="${uiLabelMap.AccountingReports}"><link target="listReports"/></menu-item>
     </menu>