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

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

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

jleroux@apache.org
Author: jleroux
Date: Sun Aug 28 19:36:55 2016
New Revision: 1758143

URL: http://svn.apache.org/viewvc?rev=1758143&view=rev
Log:
A patch from Pierre Smits for "Add missing CommonCode label" https://issues.apache.org/jira/browse/OFBIZ-8055

The label CommonCode is used in various places, however the label doesn't exist.

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

Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=1758143&r1=1758142&r2=1758143&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Sun Aug 28 19:36:55 2016
@@ -1887,6 +1887,9 @@
         <value xml:lang="zh-CN">关</value>
         <value xml:lang="zh-TW">關</value>
     </property>
+    <property key="CommonCode">
+        <value xml:lang="en">Code</value>
+    </property>
     <property key="CommonCollapse">
         <value xml:lang="ar">طوي</value>
         <value xml:lang="cs">Sbalit</value>