svn commit: r1854306 - /ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml

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

svn commit: r1854306 - /ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml

jleroux@apache.org
Author: jleroux
Date: Mon Feb 25 10:33:53 2019
New Revision: 1854306

URL: http://svn.apache.org/viewvc?rev=1854306&view=rev
Log:
Improved: no functional change

A missing space before CommonBranch label made the word trunkbranch instead of
trunk branch.

I'll backport this

Modified:
    ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml

Modified: ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml?rev=1854306&r1=1854305&r2=1854306&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml Mon Feb 25 10:33:53 2019
@@ -1389,9 +1389,9 @@
         <value xml:lang="zh-TW">回報</value>
     </property>
     <property key="CommonBranch">
-        <value xml:lang="en">branch</value>
-        <value xml:lang="es">rama</value>
-        <value xml:lang="fr">branche</value>
+        <value xml:lang="en"> branch</value>
+        <value xml:lang="es"> rama</value>
+        <value xml:lang="fr"> branche</value>
     </property>
     <property key="CommonBuiltOn">
         <value xml:lang="en">built on</value>


Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1854306 - /ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml

Jacques Le Roux
Administrator

Agreed Deepak,

Makes sense, I 'll change that

Thanks

Jacques

Le 12/03/2019 à 10:07, Deepak Dixit a écrit :
Hi Jacques,

I think instead of adding space in uiLabel it would be food if we add space in the template

Thanks & Regards
--
Deepak Dixit


On Mon, Feb 25, 2019 at 4:03 PM <[hidden email]> wrote:
Author: jleroux
Date: Mon Feb 25 10:33:53 2019
New Revision: 1854306

URL: http://svn.apache.org/viewvc?rev=1854306&view=rev
Log:
Improved: no functional change

A missing space before CommonBranch label made the word trunkbranch instead of
trunk branch.

I'll backport this

Modified:
    ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml

Modified: ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml?rev=1854306&r1=1854305&r2=1854306&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/config/CommonUiLabels.xml Mon Feb 25 10:33:53 2019
@@ -1389,9 +1389,9 @@
         <value xml:lang="zh-TW">回報</value>
     </property>
     <property key="CommonBranch">
-        <value xml:lang="en">branch</value>
-        <value xml:lang="es">rama</value>
-        <value xml:lang="fr">branche</value>
+        <value xml:lang="en"> branch</value>
+        <value xml:lang="es"> rama</value>
+        <value xml:lang="fr"> branche</value>
     </property>
     <property key="CommonBuiltOn">
         <value xml:lang="en">built on</value>