Author: jonesde
Date: Sun Apr 19 21:15:01 2009
New Revision: 766521
URL:
http://svn.apache.org/viewvc?rev=766521&view=revLog:
Applied fix from trunk for revision: 766520
Modified:
ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml
ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl
Modified: ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml?rev=766521&r1=766520&r2=766521&view=diff==============================================================================
--- ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/branches/release09.04/framework/common/config/CommonUiLabels.xml Sun Apr 19 21:15:01 2009
@@ -1852,6 +1852,18 @@
<value xml:lang="th">ระยะหà¹à¸²à¸</value>
<value xml:lang="zh">è·ç¦»</value>
</property>
+ <property key="CommonDone">
+ <value xml:lang="de">Erledigt</value>
+ <value xml:lang="en">Done</value>
+ <value xml:lang="es">Terminar</value>
+ <value xml:lang="fr">Terminer</value>
+ <value xml:lang="nl">Klaar</value>
+ <value xml:lang="pt">Feito</value>
+ <value xml:lang="ro">Executa</value>
+ <value xml:lang="ru">ÐÑполниÑÑ</value>
+ <value xml:lang="zh">å®æ</value>
+ <value xml:lang="zh_CN">å®æ</value>
+ </property>
<property key="CommonDuplicate">
<value xml:lang="ar">Ù
ضاعÙØ©</value>
<value xml:lang="de">Verdoppeln</value>
Modified: ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl?rev=766521&r1=766520&r2=766521&view=diff==============================================================================
--- ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl (original)
+++ ofbiz/branches/release09.04/framework/common/webcommon/includes/listVisualThemes.ftl Sun Apr 19 21:15:01 2009
@@ -27,7 +27,7 @@
<div class="screenlet-title-bar">
<ul>
<li class="h3">${uiLabelMap.CommonVisualThemes}</li>
- <li><a href="<@ofbizUrl>main</@ofbizUrl>">${uiLabelMap.CommonCancel}</a></li>
+ <li><a href="<@ofbizUrl>main</@ofbizUrl>">${uiLabelMap.CommonDone}</a></li>
</ul>
<br class="clear"/>
</div>