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 c3fa39c  Improved: no functional change, labels improvements
c3fa39c is described below

commit c3fa39ce8e9f48a050e8011a7e7fee235954a96b
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Jan 15 13:51:07 2022 +0100

    Improved: no functional change, labels improvements
    
    In French, and maybe other languages, there is not only one word for new.
    There are nouveau (masculine), nouvelle (féminine) and nouvel (masculine 
followed
    by a word starting with a vowel)
    
    This takes that into account by using rather
    ManufacturingNewRouting and ManufacturingNewRoutingTask than
    uiLabelMap.CommonNew and uiLabelMap.ManufacturingRoutingn same for
    ManufacturingNewRoutingTask
    
    I'll certainly do more when possible (all cases are not traduced)
---
 .../manufacturing/widget/manufacturing/ManufacturingMenus.xml         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml 
b/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml
index 779c3b9..7114c4b 100644
--- a/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml
+++ b/applications/manufacturing/widget/manufacturing/ManufacturingMenus.xml
@@ -116,7 +116,7 @@ under the License.
              </condition>
              <link target="CreateProductionRun"/>
          </menu-item>
-         <menu-item name="NewRouting" title="${uiLabelMap.CommonNew} 
${uiLabelMap.ManufacturingRouting}">
+         <menu-item name="NewRouting" 
title="${uiLabelMap.ManufacturingNewRouting}">
              <condition>
                  <or>
                      <if-has-permission permission="MANUFACTURING" 
action="_CREATE"/>
@@ -124,7 +124,7 @@ under the License.
              </condition>
              <link target="EditRouting"/>
          </menu-item>
-         <menu-item name="NewRoutingTask" title="${uiLabelMap.CommonNew} 
${uiLabelMap.ManufacturingRoutingTask}">
+         <menu-item name="NewRoutingTask" 
title="${uiLabelMap.ManufacturingNewRoutingTask}">
              <condition>
                  <or>
                      <if-has-permission permission="MANUFACTURING" 
action="_CREATE"/>

Reply via email to