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

pgil 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 6b5731422d Improved: Add missing french labels on content component 
(OFBIZ-12747)
6b5731422d is described below

commit 6b5731422d251b1989d919723f5855aab7856465
Author: Gil Portenseigne <p...@apache.org>
AuthorDate: Tue Jan 24 08:49:23 2023 +0100

    Improved: Add missing french labels on content component (OFBIZ-12747)
    
    Fix typo in ContentConvertDocumentsTreeSuccessful label.
---
 applications/content/config/ContentUiLabels.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/content/config/ContentUiLabels.xml 
b/applications/content/config/ContentUiLabels.xml
index b80f4c6c92..9f1f7171a2 100644
--- a/applications/content/config/ContentUiLabels.xml
+++ b/applications/content/config/ContentUiLabels.xml
@@ -783,7 +783,7 @@
     </property>
     <property key="ContentConvertDocumentsTreeSuccessful">
         <value xml:lang="en">Convert Documents Tree Successful. Total : 
${counterLine} rows</value>
-        <value xml:lang="en">Succès de la convertion de l'arbre de document. 
Total : ${counterLine} lignes</value>
+        <value xml:lang="en">Succès de la conversion de l'arbre de document. 
Total : ${counterLine} lignes</value>
     </property>
     <property key="ContentCreateContentAssocMethodError">
         <value xml:lang="en">Not 2 out of ContentId/To/From</value>

Reply via email to