You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/12/10 08:58:17 UTC

[ofbiz-framework] branch trunk updated: Improved: replaces CommonNew by CommonCreate in AccountingMenus

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2702f93  Improved: replaces CommonNew by CommonCreate in AccountingMenus
2702f93 is described below

commit 2702f93806b74277a170983a970a19113b00c766
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Fri Dec 10 09:58:24 2021 +0100

    Improved: replaces CommonNew by CommonCreate in AccountingMenus
    
    Why Create instead of New (and surely no Create New, which is, at least in
    French, a pleonasm, and we have already replaced everywhere)?
    
    Mostly because it's an action so a verb is appropriate.
---
 applications/accounting/widget/AccountingMenus.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/applications/accounting/widget/AccountingMenus.xml b/applications/accounting/widget/AccountingMenus.xml
index c3b5c08..4cd335e 100644
--- a/applications/accounting/widget/AccountingMenus.xml
+++ b/applications/accounting/widget/AccountingMenus.xml
@@ -53,7 +53,7 @@ under the License.
         <menu-item name="companies" title="${uiLabelMap.AccountingOrgGlSettings}"><link target="ListCompanies"/></menu-item>
     </menu>
         <menu name="MainActionMenu" menu-container-style="button-bar button-style-2" default-selected-style="selected">
-        <menu-item name="NewGLTransaction" title="${uiLabelMap.CommonNew} ${uiLabelMap.GlTransaction}">
+        <menu-item name="NewGLTransaction" title="${uiLabelMap.CommonCreate} ${uiLabelMap.GlTransaction}">
             <condition>
                 <or>
                     <if-has-permission permission="ACCOUNTING" action="_CREATE"/>
@@ -63,7 +63,7 @@ under the License.
                 <parameter param-name="organizationPartyId"/>
             </link>
         </menu-item>
-        <menu-item name="NewInvoice" title="${uiLabelMap.CommonNew} ${uiLabelMap.CommonInvoice}">
+        <menu-item name="NewInvoice" title="${uiLabelMap.CommonCreate} ${uiLabelMap.CommonInvoice}">
             <condition>
                 <or>
                     <if-has-permission permission="ACCOUNTING" action="_CREATE"/>
@@ -71,7 +71,7 @@ under the License.
             </condition>
             <link target="newInvoice"/>
         </menu-item>
-        <menu-item name="NewPayment" title="${uiLabelMap.CommonNew} ${uiLabelMap.CommonPayment}">
+        <menu-item name="NewPayment" title="${uiLabelMap.CommonCreate} ${uiLabelMap.CommonPayment}">
             <condition>
                 <or>
                     <if-has-permission permission="ACCOUNTING" action="_CREATE"/>