You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/11/17 21:17:15 UTC

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

Author: jleroux
Date: Thu Nov 17 20:17:15 2011
New Revision: 1203350

URL: http://svn.apache.org/viewvc?rev=1203350&view=rev
Log:
A patch from Kiran Gawde https://issues.apache.org/jira/browse/OFBIZ-4568 "CommonUpdatingData is missing from CommonUiLabels"

When you try to update the address from eCommerce application (Profile->ManageAddress->Edit). It shows CommonUpdatingData at the top. 

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=1203350&r1=1203349&r2=1203350&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Thu Nov 17 20:17:15 2011
@@ -9220,6 +9220,9 @@
         <value xml:lang="zh_CN">更新</value>
         <value xml:lang="zh_TW">更新</value>
     </property>
+    <property key="CommonUpdatingData">
+        <value xml:lang="en">Updating data</value>
+    </property>
     <property key="CommonUpdateLink">
         <value xml:lang="ar">ربطة التحديث</value>
         <value xml:lang="de">Aktualisieren Link</value>