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 2009/02/06 11:09:50 UTC

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

Author: jleroux
Date: Fri Feb  6 10:09:50 2009
New Revision: 741499

URL: http://svn.apache.org/viewvc?rev=741499&view=rev
Log:
Better solution suggested by Christian on dev ML

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=741499&r1=741498&r2=741499&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Fri Feb  6 10:09:50 2009
@@ -1967,13 +1967,13 @@
         <value xml:lang="zh_CN">电子邮件</value>
     </property>
     <property key="CommonEmptyHeader">
-        <value xml:lang="de">&nbsp;</value>
-        <value xml:lang="en">&nbsp;</value>
-        <value xml:lang="es">&nbsp;</value>
-        <value xml:lang="fr">&nbsp;</value>
-        <value xml:lang="it">&nbsp;</value>
-        <value xml:lang="pt">&nbsp;</value>
-        <value xml:lang="th">&nbsp;</value>
+        <value xml:lang="de">&#160;</value>
+        <value xml:lang="en">&#160;</value>
+        <value xml:lang="es">&#160;</value>
+        <value xml:lang="fr">&#160;</value>
+        <value xml:lang="it">&#160;</value>
+        <value xml:lang="pt">&#160;</value>
+        <value xml:lang="th">&#160;</value>
     </property>
     <property key="CommonEnabled">
         <value xml:lang="ar">شغال</value>