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
commit f05bd476464949788c322ce2a32be265cc04f94b Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Jan 26 07:41:57 2022 +0100 Improved: Have a Menu in Manufacturing featuring actions to create the main objects (OFBIZ-11782) Fixes the use of commons label, specific labels are there for a reason! --- applications/manufacturing/config/ManufacturingUiLabels.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/manufacturing/config/ManufacturingUiLabels.xml b/applications/manufacturing/config/ManufacturingUiLabels.xml index cc3f78d..1ec0f36 100644 --- a/applications/manufacturing/config/ManufacturingUiLabels.xml +++ b/applications/manufacturing/config/ManufacturingUiLabels.xml @@ -3830,7 +3830,7 @@ <value xml:lang="de">Geschätzte Ausführungszeit einer Einheit für Produktionsauftrag ist falsch formatiert</value> <value xml:lang="en">Production Run Estimated Unit Run Time field is not formatted correctly</value> <value xml:lang="es">El formato usado para indicar la Tiempo estimado unitario no es correcto</value> - <value xml:lang="fr">Le champ Temps de production estimé de l'ordre de fabrication n'est pas formatté correctement</value> + <value xml:lang="fr">Le champ temps de production estimé de l'ordre de fabrication n'est pas formatté correctement</value> <value xml:lang="it">Ordine di Produzione campo Tempo stimato esecuzione non è formattato correttamente</value> <value xml:lang="zh">生产运行预计单位运行时间数据项格式不正确</value> </property> @@ -3838,7 +3838,7 @@ <value xml:lang="de">Geschätzte Rüstzeit für Produktionsauftrag ist falsch formatiert</value> <value xml:lang="en">Production Run Estimated Setup Time field is not formatted correctly</value> <value xml:lang="es">El formato usado para indicar la Tiempo estimado de preparación no es correcto</value> - <value xml:lang="fr">Le champ Temps d'installation estimé de l'ordre de fabrication n'est pas formatté correctement</value> + <value xml:lang="fr">Le champ temps d'installation estimé de l'ordre de fabrication n'est pas formatté correctement</value> <value xml:lang="it">Ordine di Produzione campo Tempo stimato configur non è formattato correttamente</value> <value xml:lang="zh">生产运行预计建立时间数据项格式不正确</value> </property> @@ -6018,4 +6018,4 @@ <value xml:lang="zh">链接到生产运行</value> <value xml:lang="zh-TW">連結生產運行</value> </property> -</resource> \ No newline at end of file +</resource>