You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/04/23 10:05:00 UTC

svn commit: r531370 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.properties src/org/ofbiz/product/product/ProductSearch.java webapp/catalog/find/advancedsearch.ftl

Author: jacopoc
Date: Mon Apr 23 01:04:59 2007
New Revision: 531370

URL: http://svn.apache.org/viewvc?view=rev&rev=531370
Log:
Fix for typo.

Modified:
    ofbiz/trunk/applications/product/config/ProductUiLabels.properties
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearch.java
    ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.properties?view=diff&rev=531370&r1=531369&r2=531370
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.properties (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.properties Mon Apr 23 01:04:59 2007
@@ -707,7 +707,7 @@
 ProductKeyword=Keyword
 ProductKeywordAllWordsMatch=all words match
 ProductKeywordAnyWordMatches=any word matches
-ProductKeywordRelevency=Keyword Relevency
+ProductKeywordRelevancy=Keyword Relevancy
 ProductKeywords=Keywords
 ProductKeywordWhere=where
 ProductLabel=Label

Modified: ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearch.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearch.java?view=diff&rev=531370&r1=531369&r2=531370
==============================================================================
--- ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearch.java (original)
+++ ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearch.java Mon Apr 23 01:04:59 2007
@@ -1747,7 +1747,7 @@
         }
 
         public String prettyPrintSortOrder(boolean detailed, Locale locale) {
-            return UtilProperties.getMessage(resource, "ProductKeywordRelevency", locale);
+            return UtilProperties.getMessage(resource, "ProductKeywordRelevancy", locale);
         }
 
         public boolean isAscending() {

Modified: ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl?view=diff&rev=531370&r1=531369&r2=531370
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/find/advancedsearch.ftl Mon Apr 23 01:04:59 2007
@@ -214,7 +214,7 @@
       <td valign="middle">
         <div class="tabletext">
           <select name="sortOrder" class="selectBox">
-            <option value="SortKeywordRelevancy">${uiLabelMap.ProductKeywordRelevency}</option>
+            <option value="SortKeywordRelevancy">${uiLabelMap.ProductKeywordRelevancy}</option>
             <option value="SortProductField:productName">${uiLabelMap.ProductProductName}</option>
             <option value="SortProductField:internalName">${uiLabelMap.ProductInternalName}</option>
             <option value="SortProductField:totalQuantityOrdered">${uiLabelMap.ProductPopularityByOrders}</option>