svn commit: r834527 - /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: r834527 - /ofbiz/trunk/framework/common/config/CommonUiLabels.xml

jleroux@apache.org
Author: jleroux
Date: Tue Nov 10 16:20:53 2009
New Revision: 834527

URL: http://svn.apache.org/viewvc?rev=834527&view=rev
Log:
A partial patch from Amit Sharma "Improvement in input validation of 1st step (shopping cart) on onePageCheckout page." (https://issues.apache.org/jira/browse/OFBIZ-3098) - OFBIZ-3098
A common label, complete r834493

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=834527&r1=834526&r2=834527&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Tue Nov 10 16:20:53 2009
@@ -5315,6 +5315,9 @@
         <value xml:lang="zh">人员</value>
         <value xml:lang="zh_CN">人</value>
     </property>
+    <property key="CommonPleaseEnterValidNumberInThisField">
+        <value xml:lang="en">Please enter a valid number in this field.</value>
+    </property>
     <property key="CommonPortalCategoryPage">
         <value xml:lang="en">Category of portlet pages for application</value>
         <value xml:lang="fr">Catégorie de page portlet pour application</value>