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

adrianc
Author: adrianc
Date: Sun Jan 16 00:08:21 2011
New Revision: 1059424

URL: http://svn.apache.org/viewvc?rev=1059424&view=rev
Log:
Fix capitalization on CommonSelected UI label.

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=1059424&r1=1059423&r2=1059424&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Sun Jan 16 00:08:21 2011
@@ -7320,7 +7320,7 @@
     <property key="CommonSelected">
         <value xml:lang="ar">مختارة</value>
         <value xml:lang="de">ausgewählt</value>
-        <value xml:lang="en">selected</value>
+        <value xml:lang="en">Selected</value>
         <value xml:lang="es">Seleccionar</value>
         <value xml:lang="fr">Sélectionné(e)</value>
         <value xml:lang="hi_IN">चयनित</value>