You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/06/10 16:06:38 UTC

svn commit: r953326 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl

Author: erwan
Date: Thu Jun 10 14:06:37 2010
New Revision: 953326

URL: http://svn.apache.org/viewvc?rev=953326&view=rev
Log:
Unexistant uilabel was used

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl?rev=953326&r1=953325&r2=953326&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl Thu Jun 10 14:06:37 2010
@@ -46,7 +46,7 @@ under the License.
             <#else>
                 <tr>
                     <td colspan="${columnCount}">
-                        <h2>${uiLabelMap.WebtoolsNoEntityRecordFound} ${entityName}.</h2>
+                        <h2>${uiLabelMap.WebtoolsNoEntityRecordsFound} ${entityName}.</h2>
                     </td>
                 </tr>
             </#if>