svn commit: r1859055 - in /ofbiz/ofbiz-framework/trunk: applications/datamodel/data/seed/ContentSeedData.xml framework/common/config/CommonEntityLabels.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1859055 - in /ofbiz/ofbiz-framework/trunk: applications/datamodel/data/seed/ContentSeedData.xml framework/common/config/CommonEntityLabels.xml

jleroux@apache.org
Author: jleroux
Date: Fri May 10 05:15:28 2019
New Revision: 1859055

URL: http://svn.apache.org/viewvc?rev=1859055&view=rev
Log:
Fixed: no functional changes

Fixes typos

Modified:
    ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml
    ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml?rev=1859055&r1=1859054&r2=1859055&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/datamodel/data/seed/ContentSeedData.xml Fri May 10 05:15:28 2019
@@ -176,12 +176,12 @@ under the License.
     <StatusItem description="Available" sequenceId="10" statusCode="AVAILABLE" statusId="CTNT_AVAILABLE" statusTypeId="CONTENT_STATUS"/>
 
     <StatusValidChange statusId="CTNT_IN_PROGRESS" statusIdTo="CTNT_INITIAL_DRAFT" transitionName="First draft"/>
-    <StatusValidChange statusId="CTNT_IN_PROGRESS" statusIdTo="CTNT_PUBLISHED" transitionName="Publised, not revised"/>
+    <StatusValidChange statusId="CTNT_IN_PROGRESS" statusIdTo="CTNT_PUBLISHED" transitionName="published, not revised"/>
     <StatusValidChange statusId="CTNT_IN_PROGRESS" statusIdTo="CTNT_AVAILABLE" transitionName="Available"/>
     <StatusValidChange statusId="CTNT_INITIAL_DRAFT" statusIdTo="CTNT_REVISED_DRAFT" transitionName="Draft revised"/>
-    <StatusValidChange statusId="CTNT_INITIAL_DRAFT" statusIdTo="CTNT_PUBLISHED" transitionName="Initial draft Publised"/>
+    <StatusValidChange statusId="CTNT_INITIAL_DRAFT" statusIdTo="CTNT_PUBLISHED" transitionName="Initial draft published"/>
     <StatusValidChange statusId="CTNT_REVISED_DRAFT" statusIdTo="CTNT_FINAL_DRAFT" transitionName="Final draft"/>
-    <StatusValidChange statusId="CTNT_REVISED_DRAFT" statusIdTo="CTNT_PUBLISHED" transitionName="Revised draft Publised"/>
+    <StatusValidChange statusId="CTNT_REVISED_DRAFT" statusIdTo="CTNT_PUBLISHED" transitionName="Revised draft published"/>
     <StatusValidChange statusId="CTNT_FINAL_DRAFT" statusIdTo="CTNT_PUBLISHED" transitionName="Final draft Published"/>
     <StatusValidChange statusId="CTNT_PUBLISHED" statusIdTo="CTNT_DEACTIVATED" transitionName="Deactivated"/>
     <StatusValidChange statusId="CTNT_AVAILABLE" statusIdTo="CTNT_DEACTIVATED" transitionName="Available to Deactivated"/>

Modified: ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml?rev=1859055&r1=1859054&r2=1859055&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml Fri May 10 05:15:28 2019
@@ -14790,7 +14790,7 @@
     </property>
     <property key="StatusValidChange.transitionName.CTNT_INITIAL_DRAFT.CTNT_PUBLISHED">
         <value xml:lang="de">Erster Entwurf publiziert</value>
-        <value xml:lang="en">Initial draft Publised</value>
+        <value xml:lang="en">Initial draft published</value>
         <value xml:lang="es">Esbozo inicial publicado</value>
         <value xml:lang="fr">Brouillon initial publié</value>
         <value xml:lang="it">Bozza iniziale pubblicata</value>
@@ -14838,7 +14838,7 @@
     </property>
     <property key="StatusValidChange.transitionName.CTNT_IN_PROGRESS.CTNT_PUBLISHED">
         <value xml:lang="de">Publiziert, nicht überarbeitet</value>
-        <value xml:lang="en">Publised, not revised</value>
+        <value xml:lang="en">published, not revised</value>
         <value xml:lang="es">Publicado, sin revisar</value>
         <value xml:lang="fr">Publié, non corrigé</value>
         <value xml:lang="it">Pubblicato, non corretta</value>
@@ -14886,7 +14886,7 @@
     </property>
     <property key="StatusValidChange.transitionName.CTNT_REVISED_DRAFT.CTNT_PUBLISHED">
         <value xml:lang="de">Überarbeiteter Entwurf publiziert</value>
-        <value xml:lang="en">Revised draft Publised</value>
+        <value xml:lang="en">Revised draft published</value>
         <value xml:lang="es">Esbozo revisado publicado</value>
         <value xml:lang="fr">Brouillon corrigé et publié</value>
         <value xml:lang="it">Bozza corretta pubblicata</value>